Commit
·
f9621e5
1
Parent(s):
262ef16
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ RUN transformers-cli login
|
|
21 |
|
22 |
# Clone the model repository
|
23 |
RUN transformers-cli repo clone git lfs install
|
24 |
-
git clone
|
25 |
|
26 |
# Add your application code here to use the downloaded model
|
27 |
|
|
|
21 |
|
22 |
# Clone the model repository
|
23 |
RUN transformers-cli repo clone git lfs install
|
24 |
+
git clone gyesibiney/Sentiment-review-analysis-roberta-3 --path /code/model
|
25 |
|
26 |
# Add your application code here to use the downloaded model
|
27 |
|