subham1707 commited on
Commit
ff00f50
·
verified ·
1 Parent(s): 62a097b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,9 +4,9 @@ FROM python:3.10
4
  WORKDIR /code
5
  COPY . /code
6
 
7
- # Install dependencies
8
  RUN pip install --upgrade pip
9
- RUN pip install gradio==3.50.2 transformers torch accelerate
10
 
11
  # Expose the default Gradio port
12
  EXPOSE 7860
 
4
  WORKDIR /code
5
  COPY . /code
6
 
7
+ # Install dependencies including 'spaces'
8
  RUN pip install --upgrade pip
9
+ RUN pip install gradio==3.50.2 transformers torch accelerate spaces
10
 
11
  # Expose the default Gradio port
12
  EXPOSE 7860