Polo123 commited on
Commit
ce1cd17
·
verified ·
1 Parent(s): a7deb0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -19,8 +19,6 @@ 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
-
23
-
24
  EXPOSE 8501
25
  CMD streamlit run app.py \
26
  --server.headless true \
 
19
  RUN pip3 install --no-cache-dir -r pre-requirements.txt
20
  RUN pip3 install --no-cache-dir -r requirements.txt
21
 
 
 
22
  EXPOSE 8501
23
  CMD streamlit run app.py \
24
  --server.headless true \