Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|