Spaces:
Build error
Build error
chg:pikawill02b
Browse files- Dockerfile +3 -1
- README.md +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
FROM guillaumeai/ast:
|
|
|
2 |
|
3 |
# RUN apt update
|
4 |
# RUN apt upgrade -y
|
@@ -12,6 +13,7 @@ RUN pip install -U pip
|
|
12 |
|
13 |
COPY requirements.txt .
|
14 |
RUN pip install -r requirements.txt
|
|
|
15 |
|
16 |
COPY server.py .
|
17 |
COPY compo-singleone-v1-dev-acc.py .
|
|
|
1 |
+
FROM guillaumeai/ast:pikawill02b
|
2 |
+
#FROM guillaumeai/ast:kirchner
|
3 |
|
4 |
# RUN apt update
|
5 |
# RUN apt upgrade -y
|
|
|
13 |
|
14 |
COPY requirements.txt .
|
15 |
RUN pip install -r requirements.txt
|
16 |
+
RUN pip install -U tensorflow
|
17 |
|
18 |
COPY server.py .
|
19 |
COPY compo-singleone-v1-dev-acc.py .
|
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Ast
|
3 |
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
|
|
1 |
---
|
2 |
+
title: Ast Pikawill02b
|
3 |
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|