Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
8b9896b
1
Parent(s):
9acb122
Improve docker instructions
Browse files
README.md
CHANGED
@@ -270,6 +270,7 @@ docker run -it --rm -v "$PWD:/data" pysr ipython
|
|
270 |
```
|
271 |
which will link the current directory to the container's `/data` directory
|
272 |
and then launch ipython.
|
273 |
-
|
|
|
274 |
you can emulate another architecture by including `--platform linux/amd64`,
|
275 |
before the `build` and `run` commands.
|
|
|
270 |
```
|
271 |
which will link the current directory to the container's `/data` directory
|
272 |
and then launch ipython.
|
273 |
+
|
274 |
+
If you have issues building for your system's architecture,
|
275 |
you can emulate another architecture by including `--platform linux/amd64`,
|
276 |
before the `build` and `run` commands.
|