Skip to content

Commit

Permalink
added fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Oct 29, 2024
1 parent 03f4c71 commit 736190b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV PORTAL_SUPERUSER_NAME=admin
ENV PORTAL_SUPERUSER_PASSWORD=pass
ENV PROJ_LIB=/opt/conda/envs/tethys/share/proj

# fix error for numpy not beign imported
# fix error for numpy not being imported. libquadmath not found
RUN apt-get update \
&& apt-get -y install gfortran \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -50,7 +50,7 @@ RUN cd ${TETHYS_HOME}/apps/ngiab && \
chown -R ${NGINX_USER}: ${STATIC_ROOT} && \
chown -R ${NGINX_USER}: ${WORKSPACE_ROOT} && \
chown -R ${NGINX_USER}: ${MEDIA_ROOT} && \
chown -R ${NGINX_USER}: ${TETHYSAPP_DIR} && \
chown -R ${NGINX_USER}: ${TETHYS_HOME}/apps/ngiab && \
chown -R ${NGINX_USER}: ${TETHYS_HOME}

#########
Expand Down

0 comments on commit 736190b

Please sign in to comment.