chansung commited on
Commit
f9ef03a
·
1 Parent(s): 13966b8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -20,7 +20,7 @@ ENV DISCORD_BOT_MODEL_NAME=alpaca-lora-7b
20
  ENV DISCORD_BOT_MAX_WORKERS=1
21
  ENV DISCORD_BOT_LOAD_MODE=CPU
22
 
23
- COPY ./health_check.py .
24
- COPY ./entry_script.sh .
25
 
26
  CMD [./entry_script.sh]
 
20
  ENV DISCORD_BOT_MAX_WORKERS=1
21
  ENV DISCORD_BOT_LOAD_MODE=CPU
22
 
23
+ COPY √.py .
24
+ COPY entry_script.sh .
25
 
26
  CMD [./entry_script.sh]