File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222RUN \
2323 conda config --set channel_priority strict \
2424 && conda install -yq -c conda-forge \
25- 'gdal==3.10 ' \
26- 'geoviews==1.14 ' \
27- 'geopandas==1.0 ' \
25+ 'gdal==3.12 ' \
26+ 'geoviews==1.15 ' \
27+ 'geopandas==1.1 ' \
2828 && conda clean -yaf || echo 'Failed to clear Conda cache' \
2929 && fix-permissions "${CONDA_DIR}"
3030
@@ -33,8 +33,8 @@ COPY uv.lock pyproject.toml ./
3333RUN \
3434 fix-permissions "/home/${NB_USER}" \
3535 && curl -LsSf $UV_INSTALLER | sh \
36- && uv add "pyinaturalist@ ${PACKAGE_VERSION}" \
37- && uv sync \
36+ && uv add --no-sync "pyinaturalist== ${PACKAGE_VERSION}" \
37+ && uv sync --no-install-project \
3838 && uv cache clean \
3939 && rm uv.lock pyproject.toml \
4040 && fix-permissions "${CONDA_DIR}" \
You can’t perform that action at this time.
0 commit comments