Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jun 10, 2024
1 parent e425bf5 commit 91b0f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile.cpu_only
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /root
# these are needed for ClearML
RUN apt-get update && \
apt-get install --no-install-recommends -y \
git libsm6 libxext6 libxrender-dev libglib2.0-0 && \
git libsm6 libxext6 libxrender-dev libglib2.0-0

COPY --from=builder /src/requirements.txt .
RUN --mount=type=cache,target=/root/.cache \
Expand Down

0 comments on commit 91b0f42

Please sign in to comment.