We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1f7fee + 16b9b73 commit b61054aCopy full SHA for b61054a
interpreter/Dockerfile
@@ -23,7 +23,7 @@ COPY requirements.txt .
23
# Install Python dependencies
24
RUN pip install --no-cache-dir -r requirements.txt
25
RUN pip install --no-cache-dir huggingface_hub
26
-RUN pip install --no-cache-dir sentence-transformers transformers torch
+RUN pip install --no-cache-dir sentence-transformers transformers torch accelerate
27
28
# Copy the application code
29
COPY . .
0 commit comments