myyim commited on
Commit
90aba40
·
verified ·
1 Parent(s): 903be5a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,6 +19,7 @@ RUN mkdir -p $HOME/.ollama && chown -R user:user $HOME/.ollama
19
 
20
  # Install netcat (nc) for checking server readiness
21
  # RUN apt-get update && apt-get install -y netcat
 
22
 
23
  # Copy the entrypoint script before switching users
24
  # COPY entrypoint.sh /usr/local/bin/entrypoint.sh
 
19
 
20
  # Install netcat (nc) for checking server readiness
21
  # RUN apt-get update && apt-get install -y netcat
22
+ RUN pip3 install -r requirements.txt
23
 
24
  # Copy the entrypoint script before switching users
25
  # COPY entrypoint.sh /usr/local/bin/entrypoint.sh