Adding demo notebooks
This commit is contained in:
		
							
								
								
									
										0
									
								
								data/.gitkeep
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								data/.gitkeep
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@@ -30,7 +30,6 @@ cp $STACKS_DIR/base-notebook/start.sh .build/
 | 
				
			|||||||
cp $STACKS_DIR/base-notebook/start-notebook.sh .build/
 | 
					cp $STACKS_DIR/base-notebook/start-notebook.sh .build/
 | 
				
			||||||
cp $STACKS_DIR/base-notebook/start-singleuser.sh .build/
 | 
					cp $STACKS_DIR/base-notebook/start-singleuser.sh .build/
 | 
				
			||||||
chmod 755 .build/*
 | 
					chmod 755 .build/*
 | 
				
			||||||
chmod -R 755 data/
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "
 | 
					echo "
 | 
				
			||||||
############################################################################
 | 
					############################################################################
 | 
				
			||||||
@@ -71,7 +70,9 @@ echo "
 | 
				
			|||||||
" >> $DOCKERFILE
 | 
					" >> $DOCKERFILE
 | 
				
			||||||
cat src/Dockerfile.usefulpackages >> $DOCKERFILE
 | 
					cat src/Dockerfile.usefulpackages >> $DOCKERFILE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Copy the content from the build directory to .
 | 
					# Copy the demo notebooks and change permissions
 | 
				
			||||||
 | 
					cp -r extra/Getting_Started data
 | 
				
			||||||
 | 
					chmod -R 755 data/
 | 
				
			||||||
#cp $(find $(dirname $DOCKERFILE) -type f | grep -v $STACKS_DIR | grep -v .gitkeep) .
 | 
					#cp $(find $(dirname $DOCKERFILE) -type f | grep -v $STACKS_DIR | grep -v .gitkeep) .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "GPU Dockerfile was generated sucessfully in file ${DOCKERFILE}."
 | 
					echo "GPU Dockerfile was generated sucessfully in file ${DOCKERFILE}."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user