thewise commited on
Commit
c6d9b2c
1 Parent(s): 8f8b483

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ ENTRYPOINT ["/entrypoint.sh"]
30
  CMD ["ollama", "serve"]
31
 
32
  # Set the model as an environment variable (this can be overridden)
33
- ENV model=mistral:v0.2
34
 
35
  # Expose the server port
36
  EXPOSE 7860
 
30
  CMD ["ollama", "serve"]
31
 
32
  # Set the model as an environment variable (this can be overridden)
33
+ ENV model=${model}
34
 
35
  # Expose the server port
36
  EXPOSE 7860