Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hariravichandran authored Mar 22, 2023
1 parent a43f44d commit 5dbf75e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Dockerize IBridgePy Platform: (https://ibridgepy.com) to do Algorithmic Trading in Python with Interactive Brokers.

This repo uses the 3.7 Ubuntu files as needed for IBridgePy (e.g., IBridgePy_Ubuntu_Python37_64). Tested Deployment on MacOS Monterey on 2016 13" Macbook Pro. It *should* work on Linux, but has not been tested.
This repo uses the 3.7 Ubuntu files as needed for IBridgePy (e.g., IBridgePy_Ubuntu_Python37_64). Deployment has been tested on Windows and macOS.

The Jupyter Image from https://github.com/jupyter/docker-stacks --> base-notebook is used as a template. The `b86753318aa1` tag is used since that tag uses `Python 3.7`, the version we need for IBridgePy to work.

Expand Down Expand Up @@ -34,8 +34,6 @@ To run, also specify the platform to run on:
docker run -p 10000:8888 --platform linux/amd64 -v "${PWD}":/home/jovyan/work ibridgepy
```

The above commands have been tested on a M1 Macbook Air under macOS Ventura.

More information about `docker buildx` can be found here:

https://everythingdevops.dev/building-x86-images-on-an-apple-m1-chip/
Expand Down

0 comments on commit 5dbf75e

Please sign in to comment.