Nechba commited on
Commit
9ae4a60
·
1 Parent(s): 4061406
Files changed (1) hide show
  1. 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 sudo apt-get install -y glpk-utils
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