akryldigital commited on
Commit
aa2341d
·
verified ·
1 Parent(s): 84033d0

downgrade einops

Browse files
Files changed (1) hide show
  1. 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<=1.0.0
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