meg HF Staff commited on
Commit
ee4f1f9
·
verified ·
1 Parent(s): e6fd5f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
27
  python3 \
28
  python3-pip \
29
  git && \
30
- rm -rf /var/lib/apt/lists/*
31
 
32
  # Install conda
33
  # translating Docker's TARGETPLATFORM into mamba arches
 
27
  python3 \
28
  python3-pip \
29
  git && \
30
+ rm --chown=user -rf /var/lib/apt/lists/*
31
 
32
  # Install conda
33
  # translating Docker's TARGETPLATFORM into mamba arches