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.
1 parent 641e211 commit 16b9b73Copy full SHA for 16b9b73
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