LAP-DEV commited on
Commit
fc8e089
·
verified ·
1 Parent(s): 1339f3f

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt .
11
 
12
  RUN python3 -m venv venv && \
13
  . venv/bin/activate && \
14
- pip install --no-cache-dir -r requirements.txt
15
 
16
 
17
  FROM debian:bookworm-slim AS runtime
 
11
 
12
  RUN python3 -m venv venv && \
13
  . venv/bin/activate && \
14
+ pip install -U -r requirements.txt
15
 
16
 
17
  FROM debian:bookworm-slim AS runtime