Spaces:
Running
Running
Commit ·
7ccbc25
1
Parent(s): d688beb
ok
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 28 |
pip install --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu && \
|
| 29 |
python -m spacy download en_core_web_sm
|
| 30 |
|
| 31 |
-
RUN git clone --depth 1 --branch
|
| 32 |
cd /tmp/searxng && \
|
| 33 |
pip install --no-cache-dir --use-pep517 --no-build-isolation -e . && \
|
| 34 |
rm -rf /tmp/searxng/.git
|
|
|
|
| 28 |
pip install --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu && \
|
| 29 |
python -m spacy download en_core_web_sm
|
| 30 |
|
| 31 |
+
RUN git clone --depth 1 --branch master https://github.com/searxng/searxng.git /tmp/searxng && \
|
| 32 |
cd /tmp/searxng && \
|
| 33 |
pip install --no-cache-dir --use-pep517 --no-build-isolation -e . && \
|
| 34 |
rm -rf /tmp/searxng/.git
|