Fu01978 commited on
Commit
be61757
·
verified ·
1 Parent(s): 65cacea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,7 +14,8 @@ WORKDIR $HOME/app
14
  # Copy files and ensure the 'user' owns them
15
  COPY --chown=user . .
16
 
17
- RUN pip install --no-cache-dir flask gunicorn chess
 
18
 
19
  # Explicitly find and export Stockfish path
20
  RUN chmod +x setup.sh
 
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
21
  RUN chmod +x setup.sh