mrs83 commited on
Commit
7880a49
·
1 Parent(s): 073de93

Ensure PYTHONPATH for flower_apps

Browse files
Files changed (1) hide show
  1. 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"]