Polo123 commited on
Commit
4235dad
·
verified ·
1 Parent(s): 749a2fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ RUN echo "Shrey $PWD"
13
  RUN git clone -b oasis_connector --single-branch https://github.com/arangodb/interactive_tutorials.git
14
  RUN git clone -b movie-data-source --single-branch https://github.com/arangodb/interactive_tutorials.git movie_data_source
15
  # RUN rsync -av interactive_tutorials/ ./ --exclude=.git
 
16
  RUN chmod -R 755 ./tools
17
  RUN unzip ./movie_data_source/sampled_movie_dataset.zip
18
  RUN pip3 install --no-cache-dir -r requirements.txt
 
13
  RUN git clone -b oasis_connector --single-branch https://github.com/arangodb/interactive_tutorials.git
14
  RUN git clone -b movie-data-source --single-branch https://github.com/arangodb/interactive_tutorials.git movie_data_source
15
  # 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