Spaces:
Runtime error
Runtime error
Commit
Β·
2779049
1
Parent(s):
6349229
Update Dockerfile
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
@@ -13,11 +13,6 @@ COPY requirements.txt main.py ./
|
|
13 |
RUN pip install --upgrade pip && \
|
14 |
pip install -r requirements.txt
|
15 |
|
16 |
-
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
|
17 |
-
RUN apt-get install git-lfs -y
|
18 |
-
RUN git clone https://huggingface.co/TheBloke/gorilla-7B-GGML
|
19 |
-
|
20 |
-
|
21 |
RUN useradd -m -u 1000 user
|
22 |
USER user
|
23 |
ENV HOME=/home/user \
|
|
|
13 |
RUN pip install --upgrade pip && \
|
14 |
pip install -r requirements.txt
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |
RUN useradd -m -u 1000 user
|
17 |
USER user
|
18 |
ENV HOME=/home/user \
|