Update Dockerfile
Browse files- 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 |
|