Skip to content

Commit

Permalink
package import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Feb 26, 2024
1 parent a37cef0 commit 51e99c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ RUN apk add wget bzip2 ca-certificates \
ARG CONDA_ENV="base"
ARG GDAL_VERSION=3.7.1

USER cyano

COPY environment.yml /src/environment.yml
RUN micromamba install -n $CONDA_ENV -f /src/environment.yml
RUN micromamba clean -p -t -l --trash -y
RUN pip uninstall -y xhtml2pdf && pip install xhtml2pdf

COPY . /src/

USER root
RUN chmod 755 /src/start_flask.sh

COPY uwsgi.ini /etc/uwsgi/uwsgi.ini

WORKDIR /src
Expand Down

0 comments on commit 51e99c0

Please sign in to comment.