chansung commited on
Commit
ef02076
·
1 Parent(s): 33bf4f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
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 √.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 health_check.py .
24
  COPY entry_script.sh .
25
 
26
  CMD [./entry_script.sh]