meg HF Staff commited on
Commit
b90009b
·
verified ·
1 Parent(s): c787a4d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -33,6 +33,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
33
  rm -rf /var/lib/apt/lists/*
34
 
35
  RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
 
36
  # Install conda
37
  # translating Docker's TARGETPLATFORM into mamba arches
38
  RUN case ${TARGETPLATFORM} in \
 
33
  rm -rf /var/lib/apt/lists/*
34
 
35
  RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
36
+ RUN chmod+x /teaching_arithmetic
37
  # Install conda
38
  # translating Docker's TARGETPLATFORM into mamba arches
39
  RUN case ${TARGETPLATFORM} in \