Fu01978 commited on
Commit
4e31d79
·
verified ·
1 Parent(s): 929bb99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -14,7 +14,6 @@ WORKDIR $HOME/app
14
  # Copy files and ensure the 'user' owns them
15
  COPY --chown=user . .
16
 
17
- RUN pip install --no-cache-dir gunicorn
18
  RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  # Explicitly find and export Stockfish path
 
14
  # Copy files and ensure the 'user' owns them
15
  COPY --chown=user . .
16
 
 
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  # Explicitly find and export Stockfish path