Skip to content

Instantly share code, notes, and snippets.

@sjs7007
Created December 16, 2016 15:32
Show Gist options
  • Save sjs7007/9491eac941256cd4f34f676a8ef64d6c to your computer and use it in GitHub Desktop.
Save sjs7007/9491eac941256cd4f34f676a8ef64d6c to your computer and use it in GitHub Desktop.
S3 Lab ppt dockerfile
#Set the base image to Ubuntu
FROM rashmitiwari1990/uf:nvidia_caffe_s3lab_v1
#File Author / Mainetainer
MAINTAINER Maintainer S3LabUF
# Update the sources list
RUN apt-get update
#Install Python modules needed
RUN pip3 install demjson
#Copy the application folder inside the container
ADD /training_testing_script/integrateKube/S3LabUploads /training_testing_script
#Set the default directory where CMD will execute
WORKDIR /training_testing_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment