Spaces:
Sleeping
Sleeping
kolibril13
commited on
Commit
•
6bab97d
1
Parent(s):
18c2d9d
add libx11-6
Browse files- Dockerfile +5 -1
- pages/test.png +0 -0
- test.png +0 -0
Dockerfile
CHANGED
@@ -3,12 +3,16 @@ FROM jupyter/base-notebook:4d70cf8da953
|
|
3 |
COPY requirements.txt .
|
4 |
RUN pip install -r requirements.txt
|
5 |
|
|
|
|
|
|
|
|
|
6 |
RUN mkdir ./pages
|
7 |
COPY /pages ./pages
|
8 |
|
9 |
ENV PROJ_LIB='/opt/conda/share/proj'
|
10 |
|
11 |
-
|
12 |
RUN chown -R ${NB_UID} ${HOME}
|
13 |
USER ${NB_USER}
|
14 |
|
|
|
3 |
COPY requirements.txt .
|
4 |
RUN pip install -r requirements.txt
|
5 |
|
6 |
+
# Install the libX11 library
|
7 |
+
USER root
|
8 |
+
RUN apt-get update && apt-get install -y libx11-6
|
9 |
+
|
10 |
RUN mkdir ./pages
|
11 |
COPY /pages ./pages
|
12 |
|
13 |
ENV PROJ_LIB='/opt/conda/share/proj'
|
14 |
|
15 |
+
|
16 |
RUN chown -R ${NB_UID} ${HOME}
|
17 |
USER ${NB_USER}
|
18 |
|
pages/test.png
CHANGED
test.png
ADDED