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