Spaces:
Sleeping
Sleeping
add app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 9 |
|
| 10 |
COPY . .
|
| 11 |
|
| 12 |
-
RUN
|
| 13 |
# Expose port 80 to the outside world
|
| 14 |
EXPOSE 8501
|
| 15 |
# Command to run the Uvicorn server
|
|
|
|
| 9 |
|
| 10 |
COPY . .
|
| 11 |
|
| 12 |
+
RUN apt-get update && apt-get install -y glpk-utils
|
| 13 |
# Expose port 80 to the outside world
|
| 14 |
EXPOSE 8501
|
| 15 |
# Command to run the Uvicorn server
|