Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -28,9 +28,6 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
| 28 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 29 |
COPY --chown=user . $HOME/app
|
| 30 |
|
| 31 |
-
# Download a checkpoint
|
| 32 |
-
RUN mkdir content
|
| 33 |
-
ADD --chown=user https://<SOME_ASSET_URL> content/<SOME_ASSET_NAME>
|
| 34 |
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,rw \
|
| 35 |
apt update && \
|
| 36 |
apt install --no-install-recommends -y git vim build-essential python3-dev pip bash curl && \
|
|
|
|
| 28 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 29 |
COPY --chown=user . $HOME/app
|
| 30 |
|
|
|
|
|
|
|
|
|
|
| 31 |
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,rw \
|
| 32 |
apt update && \
|
| 33 |
apt install --no-install-recommends -y git vim build-essential python3-dev pip bash curl && \
|