ruslanmv commited on
Commit
b9a5425
1 Parent(s): 1a1b743

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ COPY entrypoint.sh /entrypoint.sh
39
  RUN chmod +x /entrypoint.sh
40
 
41
  # Set the entry point script as the default command
42
- ENTRYPOINT ["/entrypoint.sh"]
43
 
44
  # Set the model as an environment variable (this can be overridden)
45
  ENV model="default_model"
 
39
  RUN chmod +x /entrypoint.sh
40
 
41
  # Set the entry point script as the default command
42
+ CMD ["/entrypoint.sh"]
43
 
44
  # Set the model as an environment variable (this can be overridden)
45
  ENV model="default_model"