gyesibiney commited on
Commit
f9621e5
·
1 Parent(s): 262ef16

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 https://huggingface.co/spaces/gyesibiney/sentiment-movie-review-FASTAPI-2 --path /code/model
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