Spaces:
Sleeping
Sleeping
Ensure PYTHONPATH for flower_apps
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -56,6 +56,9 @@ COPY . .
|
|
| 56 |
EXPOSE 9092
|
| 57 |
EXPOSE 7860
|
| 58 |
|
|
|
|
|
|
|
|
|
|
| 59 |
# Define the entrypoint and default command for the container
|
| 60 |
ENTRYPOINT ["/app/docker_entrypoint.sh"]
|
| 61 |
CMD ["gradio_app"]
|
|
|
|
| 56 |
EXPOSE 9092
|
| 57 |
EXPOSE 7860
|
| 58 |
|
| 59 |
+
# Ensure PYTHONPATH for flower_apps
|
| 60 |
+
ENV PYTHONPATH="${PYTHONPATH}:/app/"
|
| 61 |
+
|
| 62 |
# Define the entrypoint and default command for the container
|
| 63 |
ENTRYPOINT ["/app/docker_entrypoint.sh"]
|
| 64 |
CMD ["gradio_app"]
|