nateraw commited on
Commit
d3a64a7
·
1 Parent(s): 72374f4

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,4 +24,5 @@ WORKDIR $HOME/app
24
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
25
  COPY --chown=user . $HOME/app
26
 
27
- CMD ["closedai", "--pipeline_name", "huggingface:zpn/llama-7b", "--host", "0.0.0.0", "--port", "7860"]
 
 
24
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
25
  COPY --chown=user . $HOME/app
26
 
27
+ # CMD ["closedai", "--pipeline_name", "huggingface:zpn/llama-7b", "--host", "0.0.0.0", "--port", "7860"]
28
+ CMD ["closedai", "--pipeline_name", "huggingface:zpn/HuggingFaceM4/tiny-random-LlamaForCausalLM", "--host", "0.0.0.0", "--port", "7860"]