Spaces:
Sleeping
Sleeping
Installing deps
Browse files- 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
|
|
|
|
|
|
|
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
|