Polo123 commited on
Commit
c49118c
·
verified ·
1 Parent(s): abe8595

Update Dockerfile

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