Skip to content

Commit

Permalink
WIP: check volume is mounted
Browse files Browse the repository at this point in the history
  • Loading branch information
furiosamg committed Nov 15, 2023
1 parent b221a1e commit 6324f52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg \
RUN --mount=type=cache,target=/root/.cache/pip \
pip3 install --upgrade pip wheel setuptools Cython dvc[s3]

RUN --mount=type=cache,target=/root/.cache/pip \
touch /root/.cache/pip/test

RUN echo "deb [arch=amd64] https://internal-archive.furiosa.dev/ubuntu focal restricted" \
> /etc/apt/sources.list.d/furiosa.list && \
echo "deb [arch=amd64] https://internal-archive.furiosa.dev/ubuntu focal-rc restricted" \
Expand Down

0 comments on commit 6324f52

Please sign in to comment.