Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
|
|
11 |
RUN git clone -b oasis_connector --single-branch https://github.com/arangodb/interactive_tutorials.git
|
12 |
RUN git clone -b movie-data-source --single-branch https://github.com/arangodb/interactive_tutorials.git movie_data_source
|
13 |
# RUN rsync -av interactive_tutorials/ ./ --exclude=.git
|
14 |
-
RUN chmod -R 755
|
15 |
RUN unzip ./movie_data_source/sampled_movie_dataset.zip
|
16 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
17 |
|
|
|
11 |
RUN git clone -b oasis_connector --single-branch https://github.com/arangodb/interactive_tutorials.git
|
12 |
RUN git clone -b movie-data-source --single-branch https://github.com/arangodb/interactive_tutorials.git movie_data_source
|
13 |
# RUN rsync -av interactive_tutorials/ ./ --exclude=.git
|
14 |
+
RUN chmod -R 755 /tools
|
15 |
RUN unzip ./movie_data_source/sampled_movie_dataset.zip
|
16 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
17 |
|