Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -32,7 +32,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
| 32 |
git && \
|
| 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
|
|
|
|
| 32 |
git && \
|
| 33 |
rm -rf /var/lib/apt/lists/*
|
| 34 |
|
| 35 |
+
RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
|
| 36 |
+
# && cd teaching_arithmetic && pip install -e .
|
| 37 |
#RUN chmod +x /teaching_arithmetic
|
| 38 |
# Install conda
|
| 39 |
# translating Docker's TARGETPLATFORM into mamba arches
|