Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -35,6 +35,7 @@ RUN apt-get update \
|
|
35 |
python3 \
|
36 |
pip \
|
37 |
wget \
|
|
|
38 |
&& python3 -m pip install \
|
39 |
jupyterlab \
|
40 |
ipykernel \
|
|
|
35 |
python3 \
|
36 |
pip \
|
37 |
wget \
|
38 |
+
libedit-dev \
|
39 |
&& python3 -m pip install \
|
40 |
jupyterlab \
|
41 |
ipykernel \
|