Spaces:
Build error
Build error
juancopi81
commited on
Commit
·
2184431
1
Parent(s):
b238b6d
Remove env variable
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
-
ENV SYSTEM=spaces
|
6 |
-
|
7 |
COPY ./requirements.txt /code/requirements.txt
|
8 |
|
9 |
# Preconfigure tzdata
|
|
|
1 |
+
FROM ubuntu:20.04
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
|
|
|
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
# Preconfigure tzdata
|