Spaces:
Sleeping
Sleeping
downgrade einops
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -75,7 +75,7 @@ EXPOSE 8501
|
|
| 75 |
|
| 76 |
#temp developement commands
|
| 77 |
RUN python3 -c "import torch; print(torch.cuda.is_available(), torch.cuda.get_device_name(0))" || true
|
| 78 |
-
RUN pip3 install einops
|
| 79 |
# RUN mkdir /app/conversations && chmod -R 777 conversations
|
| 80 |
# RUN mkdir /app/feedback && chmod -R 777 feedback #langchain-huggingface==0.1.0
|
| 81 |
# RUN pip3 install langchain-huggingface
|
|
|
|
| 75 |
|
| 76 |
#temp developement commands
|
| 77 |
RUN python3 -c "import torch; print(torch.cuda.is_available(), torch.cuda.get_device_name(0))" || true
|
| 78 |
+
RUN pip3 install einops~=0.8.1
|
| 79 |
# RUN mkdir /app/conversations && chmod -R 777 conversations
|
| 80 |
# RUN mkdir /app/feedback && chmod -R 777 feedback #langchain-huggingface==0.1.0
|
| 81 |
# RUN pip3 install langchain-huggingface
|