Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +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 |
-
RUN chmod+x /teaching_arithmetic
|
37 |
# Install conda
|
38 |
# translating Docker's TARGETPLATFORM into mamba arches
|
39 |
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 \
|