Yusin commited on
Commit
b6e1792
·
1 Parent(s): d0df35a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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