Commit Graph

17 Commits

Author SHA1 Message Date
Colton Sellers c5c57a33c1 IDE & Docker Integration (#4576)
* Mount custom algorithms to container

attach algorithms with bash script

* VS Code Integration

* PyCharm Integration

* Simplify the run docker script

* Mono C# Debugging is broken, removed related tasks

* add OSX config for run-docker

* Update readme.md

Reflect latest changes to configuration

* Update to move pdb for debugging algos

* VS Code C# Debugging fix

* Visual Studio fixes for debugging C#

* rework of launch scripts; also allows inline args

* Documentation overhaul

* Add python directory arg

* address review

* List debugging options in config

* Undo unnecessary change

* Address review and bughunt

* remove python debugging method
2020-08-02 19:45:18 -03:00
Martin Molinero e82c47f738 Fix for docker file copy 2020-05-27 12:37:58 -03:00
Martin Molinero e696ab8cfd Adding Lean dockerfile
- Adding Lean Dockerfile to be used as latest.
- Updating run_docker scripts
- Updating travis for docker CI
2020-05-22 21:00:41 -03:00
Adam May 9074e9f742 Removing Dockerfile 2020-04-13 14:14:35 +10:00
Malcolm Mulong 1326a49ff5 Fixed the build issues from nuget and msbuild. 2019-10-12 01:22:31 -07:00
Malcolm Mulong de88a13555 Commenting out steps 1. 2019-10-09 00:26:05 -07:00
Malcolm Mulong a8c07013db Proper tab alignment 2019-10-09 00:24:49 -07:00
Malcolm Mulong 0ea12fa74f Ensure docker build is not failing due to not finding the extracted directory. 2019-10-09 00:06:29 -07:00
AlexCatarino 1e19ac4572 Whilelists Python Libraries
- copulas, hmm and pomegranate (closes #2832)
- tsfresh (closes #3084)
- LightGBM (closes #3173)
- BeautifulSoup (closes #3178)
- Facebook/Prophet (closes #3199)
- fastai (closes #3233)
- Pyramid ARIMA (closes #3234)
- punkt for nltk (closes #3367)
- Stable Baselines (closes #3369)

- Updates:
  - Miniconda to 4.5.12 (Foundation and travis)
  - Python to 3.6.8
  - numpy to 1.16.1

- Revert changes to Dockerfile
2019-07-09 23:33:33 +01:00
Frank Norman d18851b230 Fixes for issue 3334 2019-07-09 23:33:33 +01:00
Juan José D'Ambrosio 0a9342b267 Fix unzip command 2018-09-24 10:27:27 -03:00
Eddie Hedges a5a35a7e45 Renamed DockerfileLeanAlgorithm to Dockerfile in docker files comments. 2018-05-11 15:39:18 -05:00
jaredbroad 55707914ac Rename docker file to use docker hub cloud host for foundation 2016-11-15 23:08:28 -05:00
jaredbroad 7453ad2dc1 Updated dockerfiles to include headless linux support for IB 2016-11-13 00:29:19 -05:00
Szymon Blaszczynski cb6dcb6ba9 Change mono version in Dockerfile to 4.0.5.1 2016-06-21 03:46:58 +02:00
Szymon Blaszczynski d088f8ca8f Add newline to end of Dockerfile 2016-06-21 00:20:33 +02:00
Szymon Blaszczynski ad96574452 Dockerize it. Add basic Docker file which makes it possible to run Lean in
a container. Just 'docker build -t lean .' and 'docker run lean' in a
directory with '.sln' file.
2016-06-21 00:15:46 +02:00