rstudio / rstudio-docker-products

Docker images for RStudio Professional Products

Home Page:https://hub.docker.com/u/rstudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to build workbench/Dockerfile.ubuntu2204

adRn-s opened this issue · comments

At this moment (commit 7935496), I get an error building workbench/Dockerfile.ubuntu2204 , the offending line is this one

The error says: /opt/python/3.8.15/bin/python: No such file or directory

My fix, was to change the variable PYTHON_VERSION_JUPYTER to PYTHON_VERSION

Thanks for reporting this!

It looks like the automation to update versions does not currently apply to PYTHON_VERSION_JUPYTER. We'll do a one-off fix for now and address this when we update the automation.

I created a follow-up issue (#614) to this to remove the PYTHON_VERSION_JUPYTER variable entirely. It seems like it's not providing us value at this point, only bringing up the potential for problems like this. Thanks for the report!