roll-ai commited on
Commit
881398e
·
verified ·
1 Parent(s): 042b017

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,6 +42,6 @@ RUN echo "Installing dependencies. This will take a while..." && \
42
  pip install git+https://github.com/microsoft/MoGe.git && \
43
  echo "Environment setup complete"
44
 
45
-
46
  # Default command
47
  CMD ["python", "app.py"]
 
42
  pip install git+https://github.com/microsoft/MoGe.git && \
43
  echo "Environment setup complete"
44
 
45
+ EXPOSE 7860
46
  # Default command
47
  CMD ["python", "app.py"]