meg HF Staff commited on
Commit
4aee8c2
·
verified ·
1 Parent(s): 1cc9011

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && cd teaching_arithmetic && pip install -e .
 
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