Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -34,7 +34,7 @@ EXPOSE 7860
|
|
| 34 |
|
| 35 |
# Create entrypoint script
|
| 36 |
RUN echo '#!/bin/bash\n\
|
| 37 |
-
python
|
| 38 |
chmod +x /code/entrypoint.sh
|
| 39 |
|
| 40 |
# Set the entrypoint
|
|
|
|
| 34 |
|
| 35 |
# Create entrypoint script
|
| 36 |
RUN echo '#!/bin/bash\n\
|
| 37 |
+
python app.py --data_path=/code/data' > /code/entrypoint.sh && \
|
| 38 |
chmod +x /code/entrypoint.sh
|
| 39 |
|
| 40 |
# Set the entrypoint
|