juancopi81 commited on
Commit
2184431
1 Parent(s): b238b6d

Remove env variable

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -1,9 +1,7 @@
1
- FROM python:3.9
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