Skip to content

Commit 16b9b73

Browse files
committed
update docker files
1 parent 641e211 commit 16b9b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY requirements.txt .
2323
# Install Python dependencies
2424
RUN pip install --no-cache-dir -r requirements.txt
2525
RUN pip install --no-cache-dir huggingface_hub
26-
RUN pip install --no-cache-dir sentence-transformers transformers torch
26+
RUN pip install --no-cache-dir sentence-transformers transformers torch accelerate
2727

2828
# Copy the application code
2929
COPY . .

0 commit comments

Comments
 (0)