bla commited on
Commit
1fc0a3c
·
verified ·
1 Parent(s): f3dc3d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
22
  fastapi \
23
  uvicorn[standard] \
24
  python-multipart \
25
- autoawq -U
26
 
27
  # Copy application files
28
  COPY --chown=user . /app
 
22
  fastapi \
23
  uvicorn[standard] \
24
  python-multipart \
25
+ autoawq
26
 
27
  # Copy application files
28
  COPY --chown=user . /app