AdrienB134 commited on
Commit
dd14df2
1 Parent(s): 2ece953

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -16,8 +16,7 @@ RUN apt-get update && apt-get install -y \
16
  COPY pyproject.toml .
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
 
16
  COPY pyproject.toml .
17
 
18
  # Install Python dependencies using uv
19
+ RUN . ~/.bashrc && uv pip install -r pyproject.toml --system && uv pip install llama-index-readers-file --system
 
20
 
21
  # Set up a new user named "user" with user ID 1000
22
  RUN useradd -m -u 1000 user