gyesibiney commited on
Commit
deb10d2
·
1 Parent(s): 23cfb1d

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY ./requirements.txt /code/requirements.txt
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  # Copy the model to the container
10
- COPY
11
 
12
  # Copy the FastAPI app code to the container
13
  COPY main.py .
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  # Copy the model to the container
10
+ COPY gyesibiney/Sentiment-review-analysis-roberta-3 .
11
 
12
  # Copy the FastAPI app code to the container
13
  COPY main.py .