Spaces:
Running
Running
fabiogra
commited on
Commit
·
3a1603f
1
Parent(s):
9945a13
fix: dockerfile remove required
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,6 +28,6 @@ RUN chmod +x prepare_samples.sh
|
|
28 |
EXPOSE 7860
|
29 |
|
30 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
31 |
-
RUN --mount=type=secret,id=PREPARE_SAMPLES,mode=0444
|
32 |
|
33 |
ENTRYPOINT ["streamlit", "run", "app/header.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
28 |
EXPOSE 7860
|
29 |
|
30 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
31 |
+
RUN --mount=type=secret,id=PREPARE_SAMPLES,mode=0444 ./prepare_samples.sh
|
32 |
|
33 |
ENTRYPOINT ["streamlit", "run", "app/header.py", "--server.port=7860", "--server.address=0.0.0.0"]
|