Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Jacob Woffenden authored Jun 25, 2024
1 parent 37c6f74 commit d66498e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ ENV CONTAINER_USER="analyticalplatform" \
CONTAINER_GROUP="analyticalplatform" \
CONTAINER_GID="1000" \
DEBIAN_FRONTEND="noninteractive" \
VISUAL_STUDIO_CODE_VERSION="1.90.0-1717531825" \
AWS_CLI_VERSION="2.16.2" \
VISUAL_STUDIO_CODE_VERSION="1.90.2-17187515865" \
AWS_CLI_VERSION="2.17.1" \
CORRETTO_VERSION="1:21.0.3.9-1" \
MINICONDA_VERSION="24.4.0-0" \
MINICONDA_SHA256="b6597785e6b071f1ca69cf7be6d0161015b96340b9a9e132215d5713408c3a7c" \
DOTNET_SDK_VERSION="8.0.105-0ubuntu1~24.04.1" \
OLLAMA_VERSION="0.1.41" \
OLLAMA_SHA256="680c8c5372c5d4e117430ff76623a15e3a71ca95ab02d416d448be4b5f6d12b3" \
OLLAMA_VERSION="0.1.45" \
OLLAMA_SHA256="ddd21e38600958ecac8529b53015d49238a74b71e72f14d090a2f112cf169a69" \
PATH="/opt/conda/bin:${HOME}/.local/bin:${PATH}"

SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit d66498e

Please sign in to comment.