Skip to content

Commit

Permalink
Remove mount and misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Apr 26, 2024
1 parent bf20163 commit f0d42ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ ARG SRCDIR=/usr/local/src/pl-monai_spleenseg_train
WORKDIR ${SRCDIR}

COPY requirements.txt .
RUN --mount=type=cache,sharing=private,target=/root/.cache/pip pip install -r requirements.txt
# RUN --mount=type=cache,sharing=private,target=/root/.cache/pip pip install -r requirements.txt
RUN pip install scikit-build
RUN pip install -r requirements.txt

COPY . .
ARG extras_require=none
Expand Down

0 comments on commit f0d42ee

Please sign in to comment.