rsamf commited on
Commit
8dab621
·
1 Parent(s): a908416

Installing deps

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,7 +1,10 @@
1
  FROM rsamf/graphbook:0.10.0-space
2
 
3
  RUN apt update -y && apt install -y pip
4
- RUN python -m pip install graphbook_huggingface
 
 
 
5
 
6
  COPY config.yaml .
7
  COPY workflow workflow
 
1
  FROM rsamf/graphbook:0.10.0-space
2
 
3
  RUN apt update -y && apt install -y pip
4
+ RUN python -m pip install \
5
+ graphbook_huggingface \
6
+ transformers \
7
+ datasets
8
 
9
  COPY config.yaml .
10
  COPY workflow workflow