Spaces:
Runtime error
Runtime error
Paulito Palmes, PhD commited on
Commit ·
57892a3
1
Parent(s): 497c38c
init
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 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,4 +27,4 @@ ENV PYTHONUNBUFFERED=1
|
|
| 28 |
ENV ENABLE_WEB_INTERFACE=true
|
| 29 |
|
| 30 |
# Run the server
|
| 31 |
-
CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 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 |
ENV ENABLE_WEB_INTERFACE=true
|
| 28 |
|
| 29 |
# Run the server
|
| 30 |
+
CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "443"]
|