Spaces:
Runtime error
Runtime error
Commit
·
3ce72eb
1
Parent(s):
40119ee
update lit
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -13,6 +13,8 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
13 |
|
14 |
RUN pip install --no-cache-dir setuptools
|
15 |
|
|
|
|
|
16 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
17 |
|
18 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|
|
|
13 |
|
14 |
RUN pip install --no-cache-dir setuptools
|
15 |
|
16 |
+
RUN pip install --no-cache-dir --user lit
|
17 |
+
|
18 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
19 |
|
20 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|