cfisicaro commited on
Commit
d6cb6b8
·
1 Parent(s): 591f93c
Files changed (1) hide show
  1. Dockerfile +5 -3
Dockerfile CHANGED
@@ -42,9 +42,9 @@ RUN uv pip install --upgrade pip && \
42
  modelcif==1.6 \
43
  ml_collections==1.1.0 \
44
  bionemo-moco==0.0.2.2 \
45
- "huggingface-hub>=0.24.0,<1.0" \
46
- "safetensors>=0.4.0" \
47
- "transformers>=4.44.0,<4.46.0" \
48
  gradio
49
 
50
 
@@ -73,6 +73,8 @@ ENV PEPTRON_AUTO_DOWNLOAD="true"
73
 
74
  EXPOSE 7860
75
 
 
 
76
  RUN chown -R 1000:1000 /app
77
  USER 1000
78
 
 
42
  modelcif==1.6 \
43
  ml_collections==1.1.0 \
44
  bionemo-moco==0.0.2.2 \
45
+ huggingface-hub \
46
+ safetensors \
47
+ transformers \
48
  gradio
49
 
50
 
 
73
 
74
  EXPOSE 7860
75
 
76
+ ENV OMP_NUM_THREADS=8
77
+
78
  RUN chown -R 1000:1000 /app
79
  USER 1000
80