AdrienB134 commited on
Commit
2ece953
·
verified ·
1 Parent(s): 3133ca1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ COPY pyproject.toml .
17
 
18
  # Install Python dependencies using uv
19
  RUN . ~/.bashrc && uv pip install -r pyproject.toml --system
 
20
 
21
  # Set up a new user named "user" with user ID 1000
22
  RUN useradd -m -u 1000 user
 
17
 
18
  # Install Python dependencies using uv
19
  RUN . ~/.bashrc && uv pip install -r pyproject.toml --system
20
+ RUN uv pip install llama-index-readers-file --system
21
 
22
  # Set up a new user named "user" with user ID 1000
23
  RUN useradd -m -u 1000 user