Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -42,7 +42,7 @@ RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithm
|
|
42 |
# && cd teaching_arithmetic && pip install -e .
|
43 |
RUN chmod +x /teaching_arithmetic
|
44 |
USER 1000
|
45 |
-
RUN teaching_arithmetic && pip install -e .
|
46 |
# Install conda
|
47 |
# translating Docker's TARGETPLATFORM into mamba arches
|
48 |
#RUN case ${TARGETPLATFORM} in \
|
|
|
42 |
# && cd teaching_arithmetic && pip install -e .
|
43 |
RUN chmod +x /teaching_arithmetic
|
44 |
USER 1000
|
45 |
+
#RUN teaching_arithmetic && pip install -e .
|
46 |
# Install conda
|
47 |
# translating Docker's TARGETPLATFORM into mamba arches
|
48 |
#RUN case ${TARGETPLATFORM} in \
|