alaa-ahmed14 commited on
Commit
5f7bb6e
·
verified ·
1 Parent(s): 57c32c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ WORKDIR $HOME/app
25
  COPY --chown=user:user requirements.txt .
26
 
27
  # Clone the Hugging Face model repository (replace with the desired model URL)
28
- RUN git clone https://huggingface.co/matsant01/STEMerald-2b $HOME/app
29
 
30
  # Install dependencies
31
  RUN pip install --no-cache-dir -r requirements.txt
 
25
  COPY --chown=user:user requirements.txt .
26
 
27
  # Clone the Hugging Face model repository (replace with the desired model URL)
28
+ RUN git clone https://huggingface.co/matsant01/STEMerald-2b $HOME/app/model
29
 
30
  # Install dependencies
31
  RUN pip install --no-cache-dir -r requirements.txt