muryshev commited on
Commit
643dee9
β€’
1 Parent(s): 5ed06e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /home/user/app
6
  COPY --link --chown=1000 ./ /home/user/app
7
 
8
  # Install any needed packages specified in requirements.txt
9
- RUN pip install --trusted-host pypi.python.org flask torch transformers peft accelerate bitsandbytes
10
 
11
  # Make port 5000 available to the world outside this container
12
  EXPOSE 7860
 
6
  COPY --link --chown=1000 ./ /home/user/app
7
 
8
  # Install any needed packages specified in requirements.txt
9
+ RUN pip install --trusted-host pypi.python.org flask torch transformers peft accelerate
10
 
11
  # Make port 5000 available to the world outside this container
12
  EXPOSE 7860