Sonny4Sonnix commited on
Commit
2f82684
·
1 Parent(s): d9ae9f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  RUN pip install fastapi transformers uvicorn
14
 
15
  # Copy the Sonny4Sonnix/Sonny4Sonnix/DistilBert_Movie_Sentiment_Analysis_1 link to the container
16
- COPY Sonny4Sonnix/DistilBert_Movie_Sentiment_Analysis_1 .
17
 
18
  # Copy the current directory contents into the container at /app
19
  COPY . /app
 
13
  RUN pip install fastapi transformers uvicorn
14
 
15
  # Copy the Sonny4Sonnix/Sonny4Sonnix/DistilBert_Movie_Sentiment_Analysis_1 link to the container
16
+ COPY Sonny4Sonnix/twitter-roberta-base-sentimental-analysis-of-covid-tweets .
17
 
18
  # Copy the current directory contents into the container at /app
19
  COPY . /app