Polo123 commited on
Commit
a7deb0d
·
verified ·
1 Parent(s): 66e344e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,6 +16,7 @@ RUN rsync -av interactive_tutorials/ ./ --exclude=.git
16
  RUN ls
17
  RUN chmod -R 755 ./tools
18
  RUN unzip ./movie_data_source/sampled_movie_dataset.zip
 
19
  RUN pip3 install --no-cache-dir -r requirements.txt
20
 
21
 
 
16
  RUN ls
17
  RUN chmod -R 755 ./tools
18
  RUN unzip ./movie_data_source/sampled_movie_dataset.zip
19
+ RUN pip3 install --no-cache-dir -r pre-requirements.txt
20
  RUN pip3 install --no-cache-dir -r requirements.txt
21
 
22