Spaces:
Runtime error
Runtime error
Paulito Palmes, PhD
commited on
Commit
·
ce20182
1
Parent(s):
57892a3
init
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 13 |
COPY . .
|
| 14 |
|
| 15 |
# Install Python dependencies
|
|
|
|
| 16 |
#RUN pip install --no-cache-dir -e .
|
| 17 |
|
| 18 |
RUN pip install git+https://github.com/meta-pytorch/OpenEnv.git
|
|
@@ -27,4 +28,4 @@ ENV PYTHONUNBUFFERED=1
|
|
| 27 |
ENV ENABLE_WEB_INTERFACE=true
|
| 28 |
|
| 29 |
# Run the server
|
| 30 |
-
CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 13 |
COPY . .
|
| 14 |
|
| 15 |
# Install Python dependencies
|
| 16 |
+
#
|
| 17 |
#RUN pip install --no-cache-dir -e .
|
| 18 |
|
| 19 |
RUN pip install git+https://github.com/meta-pytorch/OpenEnv.git
|
|
|
|
| 28 |
ENV ENABLE_WEB_INTERFACE=true
|
| 29 |
|
| 30 |
# Run the server
|
| 31 |
+
CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
|