Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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 |
|