Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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"]
|