Spaces:
Running
Running
Dockerfile moved
Browse files
web_demo/Dockerfile β Dockerfile
RENAMED
@@ -1,5 +1,7 @@
|
|
|
|
1 |
FROM python:3.7
|
2 |
|
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
# Install graphviz
|
|
|
1 |
+
# Dockerfile for the Huggingface spaces Demo
|
2 |
FROM python:3.7
|
3 |
|
4 |
+
|
5 |
WORKDIR /code
|
6 |
|
7 |
# Install graphviz
|