We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5559d6 + 28d0205 commit 3878cf6Copy full SHA for 3878cf6
rf-notebook/src/main/docker/Dockerfile
@@ -2,7 +2,8 @@ FROM s22s/pyspark-notebook:spark-2.3.3-hadoop-2.7
2
3
MAINTAINER Astraea, Inc.
4
5
-ENV RF_LIB_LOC /usr/local/rasterframes
+ENV RF_LIB_LOC=/usr/local/rasterframes \
6
+ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/conda/lib"
7
8
USER root
9
@@ -14,11 +15,6 @@ EXPOSE 4040 4041 4042 4043 4044
14
15
RUN conda install --quiet --yes \
16
anaconda sphinx nbsphinx shapely numpy folium geopandas geojsonio
17
-RUN apt-get update && \
18
- apt-get install -y gdal-bin && \
19
- apt autoremove && \
20
- apt-get clean all
21
-
22
# Cleanup pip residuals
23
RUN rm -rf /home/$NB_USER/.local && \
24
fix-permissions /home/$NB_USER
0 commit comments