Created
December 16, 2016 15:32
-
-
Save sjs7007/9491eac941256cd4f34f676a8ef64d6c to your computer and use it in GitHub Desktop.
S3 Lab ppt dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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