lolout1 commited on
Commit
a33b046
·
1 Parent(s): a4167ed

Docker and req.txt changes

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -91,6 +91,8 @@ RUN pip install --user \
91
  huggingface_hub==0.8.1 \
92
  gradio==3.1.7
93
 
 
 
94
  # Install remaining dependencies
95
  RUN pip install --user \
96
  PyYAML==5.4.1 \
 
91
  huggingface_hub==0.8.1 \
92
  gradio==3.1.7
93
 
94
+ RUN pip install natten==0.14.6 -f https://shi-labs.com/natten/wheels/cpu/torch1.9/index.html || \
95
+ echo "NATTEN installation failed"
96
  # Install remaining dependencies
97
  RUN pip install --user \
98
  PyYAML==5.4.1 \