meg HF Staff commited on
Commit
c3f5714
·
verified ·
1 Parent(s): 92078c7

Update Dockerfile

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