Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -33,7 +33,7 @@ ENV HOME=/home/user \
|
|
| 33 |
WORKDIR $HOME/app
|
| 34 |
|
| 35 |
# Upgrade pip and install wheel as the non-root user
|
| 36 |
-
RUN pip install --no-cache-dir --upgrade pip wheel
|
| 37 |
|
| 38 |
# Clone the repository into the working directory
|
| 39 |
RUN git clone -b ${BRANCH} ${REPO_URL} .
|
|
|
|
| 33 |
WORKDIR $HOME/app
|
| 34 |
|
| 35 |
# Upgrade pip and install wheel as the non-root user
|
| 36 |
+
#RUN pip install --no-cache-dir --upgrade pip wheel
|
| 37 |
|
| 38 |
# Clone the repository into the working directory
|
| 39 |
RUN git clone -b ${BRANCH} ${REPO_URL} .
|