File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.source=https://github.com/esri/arcgis-python-api
11
11
# install dependencies, then clean yum cache
12
12
RUN yum -y install gcc gcc-c++ krb5-devel krb5-server krb5-libs && yum clean all && rm -rf /var/cache/yum
13
13
# install arcgis
14
- ARG arcgis_version="2.3.0 "
14
+ ARG arcgis_version="2.3.1 "
15
15
# adding .* ensures the latest patch version is installed
16
16
RUN pip3 install "arcgis==${arcgis_version}.*" --target "${LAMBDA_TASK_ROOT}" && rm -rf /root/.cache/pip
17
17
# set entrypoint to app.py handler method
Original file line number Diff line number Diff line change 1
- ARG python_version="3.9 "
1
+ ARG python_version="3.11 "
2
2
FROM quay.io/jupyter/base-notebook:python-${python_version}
3
3
4
4
ARG python_version
5
- ARG arcgis_version="2.2.0 "
5
+ ARG arcgis_version="2.3.1 "
6
6
ARG sampleslink="https://github.com/Esri/arcgis-python-api/releases/download/v${arcgis_version}/samples.zip"
7
7
ARG githubfolder="arcgis-python-api"
8
8
ENV DOCKER_STACKS_JUPYTER_CMD="notebook"
You can’t perform that action at this time.
0 commit comments