rsamf commited on
Commit
88f8b4b
·
1 Parent(s): e7f01f9

Correcting base image tag

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM rsamf/graphbook:10.0.0
2
 
3
  RUN pip install graphbook_huggingface
4
 
 
1
+ FROM rsamf/graphbook:0.10.0-space
2
 
3
  RUN pip install graphbook_huggingface
4