Skip to content

Commit

Permalink
switch to latest to avoid problem with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Apr 12, 2024
1 parent 424f216 commit b5bdc05
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
@@ -1,4 +1,4 @@
FROM tethysplatform/tethys-core:dev as base
FROM tethysplatform/tethys-core:latest as base

#########################
# ADD APPLICATION FILES #
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN micromamba install --yes -c conda-forge --file requirements.txt && \
find $PYTHON_SITE_PACKAGE_PATH/site-packages -name '*.pyx' -delete && \
rm -rf $PYTHON_SITE_PACKAGE_PATH/uvloop/loop.c

FROM tethysplatform/tethys-core:dev as build
FROM tethysplatform/tethys-core:latest as build


COPY --chown=www:www --from=base ${CONDA_HOME}/envs/${CONDA_ENV_NAME} ${CONDA_HOME}/envs/${CONDA_ENV_NAME}
Expand Down

0 comments on commit b5bdc05

Please sign in to comment.