Commit 765be03 1 parent 564993f commit 765be03 Copy full SHA for 765be03
File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ conda install -c conda-forge pysr
84
84
```
85
85
86
86
87
- ### Docker
87
+ ### Dockerfile
88
88
89
89
You can also use the ` Dockerfile ` to install PySR in a docker container
90
90
@@ -314,9 +314,14 @@ docker build -t pysr .
314
314
```
315
315
316
316
This builds an image called `pysr` for your system' s architecture,
317
- which also contains IPython.
317
+ which also contains IPython. You can select a specific version
318
+ of Python and Julia with :
319
+
320
+ ```bash
321
+ docker build - t pysr -- build- arg JLVERSION =1.10 .0 -- build- arg PYVERSION =3.11 .6 .
322
+ ```
318
323
319
- You can then run this with :
324
+ You can then run with this dockerfile using :
320
325
321
326
```bash
322
327
docker run - it -- rm - v " $PWD:/data" pysr ipython
You can’t perform that action at this time.
0 commit comments