sashtech commited on
Commit
3e9e8dd
·
verified ·
1 Parent(s): 40a1014

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir pip==22.3.1 && \
27
  "click<8.1" \
28
  "pydantic~=1.0"
29
 
30
- # Clone and install CorrectLy manually
31
  RUN git clone https://github.com/rounakdatta/CorrectLy.git /home/user/CorrectLy && \
32
  pip install -r /home/user/CorrectLy/requirements.txt
33
 
 
27
  "click<8.1" \
28
  "pydantic~=1.0"
29
 
30
+ # Clone CorrectLy repository and install it manually
31
  RUN git clone https://github.com/rounakdatta/CorrectLy.git /home/user/CorrectLy && \
32
  pip install -r /home/user/CorrectLy/requirements.txt
33