Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -33,6 +33,8 @@ COPY ./requirements.txt /code/requirements.txt
|
|
33 |
|
34 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
35 |
|
|
|
|
|
36 |
RUN useradd -m -u 1000 user
|
37 |
|
38 |
USER user
|
|
|
33 |
|
34 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
35 |
|
36 |
+
RUN pip install --upgrade PyGPT
|
37 |
+
|
38 |
RUN useradd -m -u 1000 user
|
39 |
|
40 |
USER user
|