SoSa123456 commited on
Commit
51990b9
·
1 Parent(s): e678866

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM python:3.9
2
 
3
  WORKDIR /code
4
- RUN sudo apt-get update -y
5
- RUN sudo apt-get upgrade -y
6
 
7
  RUN pip install transformers[torch]
8
  COPY ./requirements.txt /code/requirements.txt
 
1
  FROM python:3.9
2
 
3
  WORKDIR /code
4
+ RUN apt-get update -y
5
+ RUN apt-get upgrade -y
6
 
7
  RUN pip install transformers[torch]
8
  COPY ./requirements.txt /code/requirements.txt