Commit fede38c
committed
Set PYTHON_JULIAPKG_PROJECT for Docker
Being in a Conda environment is effectively equivalent to setting:
export PYTHON_JULIAPKG_PROJECT="$CONDA_PREFIX/julia_env"
The JuliaPy PythonJulia stack (and juliapkg in particular) tries to automatically detect whether it's running inside a Conda or Python virtual environment.
But when building a Docker image we're not _exactly_ in a conda environment
we're kind of faking it, and so it doesn't detect it and put stuff
in the right place. So in the docker context we have to set it explicitly.
Let's make it explicit everywhere.1 parent c724663 commit fede38c
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments