Skip to content

Commit

Permalink
docker version fix (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfahad1414 authored Feb 14, 2025
1 parent ecee640 commit a64f41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazonlinux:latest

ENV KAIRON_HOME=/app PYTHON_VERSION=3.10 TEMPLATE_DIR_DEFAULT=./template/use-cases/Hi-Hello-GPT RASA_TELEMETRY_ENABLED=false
ENV KAIRON_HOME=/app PYTHON_VERSION=3.10.16 TEMPLATE_DIR_DEFAULT=./template/use-cases/Hi-Hello-GPT RASA_TELEMETRY_ENABLED=false
ENV PYENV_ROOT=/root/.pyenv
ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH

Expand Down

0 comments on commit a64f41c

Please sign in to comment.