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