Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ WORKDIR $HOME/app
|
|
17 |
RUN pip install --no-cache-dir --upgrade pip
|
18 |
|
19 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
20 |
-
COPY --chown=user run.py gradio.py $HOME/app
|
21 |
|
22 |
# Install dependencies
|
23 |
RUN pip install gradio
|
|
|
17 |
RUN pip install --no-cache-dir --upgrade pip
|
18 |
|
19 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
20 |
+
COPY --chown=user run.py gradio.py requirements.txt $HOME/app
|
21 |
|
22 |
# Install dependencies
|
23 |
RUN pip install gradio
|