Skip to content

Commit b61054a

Browse files
authored
Merge pull request #8 from togethercomputer/shang/dev
update docker files
2 parents a1f7fee + 16b9b73 commit b61054a

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)