{"id":16828371,"url":"https://github.com/kalessin/martindev","last_synced_at":"2025-04-05T10:14:31.100Z","repository":{"id":37062741,"uuid":"88904699","full_name":"kalessin/martindev","owner":"kalessin","description":"Development Environment Dockerfile with web scraping tools, and machine and deep learning tools","archived":false,"fork":false,"pushed_at":"2022-12-08T04:50:00.000Z","size":43,"stargazers_count":1,"open_issues_count":12,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-10T20:57:20.652Z","etag":null,"topics":["deep-learning","docker-image","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kalessin.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-20T19:49:27.000Z","updated_at":"2020-10-28T12:25:45.000Z","dependencies_parsed_at":"2023-01-24T16:00:11.819Z","dependency_job_id":null,"html_url":"https://github.com/kalessin/martindev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalessin%2Fmartindev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalessin%2Fmartindev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalessin%2Fmartindev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalessin%2Fmartindev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalessin","download_url":"https://codeload.github.com/kalessin/martindev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318746,"owners_count":20919483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","docker-image","machine-learning"],"created_at":"2024-10-13T11:26:20.275Z","updated_at":"2025-04-05T10:14:31.076Z","avatar_url":"https://github.com/kalessin.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"Development environment with:\n\n- python 3\n- R\n- octave\n- scrapy suite\n- scrapinghub suite\n- jupyter notebook (aka ipython notebook)\n- scipy \u0026 sklearn \u0026 matplotlib\n- neurolab\n- TensorFlow (no GPU support*)\n- pandas\n- geopandas \u0026 mplleaflet\n\n* If you have a GPU, follow rules here to install TensorFlow with GPU support instead:\n\n`https://www.tensorflow.org/install/install_linux#determine_which_tensorflow_to_install`_\n\nInstall/Run\n===========\n\nBuild instructions::\n\n    docker build -t kalessin/martindev .\n\nAlternatively::\n\n    docker pull kalessin/martindev:latest\n\nRun instructions::\n\n    docker run -ti kalessin/martindev /bin/bash\n\nRunning Jupyter notebook\n========================\n\nIf want to run jupyter, don't forget to map the port to host machine::\n\n    docker run -ti -v \u003chost notebooks folder\u003e:/app/jupyter -p 127.0.0.1:8888:8888 kalessin/martindev /bin/bash\n\nAnd once logged in container console, run jupyter notebook with following options::\n\n    $ jupyter notebook --no-browser --allow-root --ip=0.0.0.0\n\nSo you can access from host by pointing browser to 127.0.0.1:8888\n\nRunning X applications\n======================\n\n\nIf some application running in the container needs access to host X server, first run following commands in host machine running X server::\n\n    XSOCK=/tmp/.X11-unix\n    XAUTH=/tmp/.docker.xauth\n    touch $XAUTH\n    xauth nlist :0 | sed -e 's/^..../ffff/' | xauth -f $XAUTH nmerge -\n\nThose steps make available the host X socket and authorization credentials for applications running in container.\n\nThen run a new container as follows::\n\n    docker run -ti -v $XSOCK:$XSOCK:rw -v $XAUTH:$XAUTH:rw -e DISPLAY -e XAUTHORITY=${XAUTH} kalessin/martindev /bin/bash\n\nIt is not the safest way to grant applications running in container access X server as root, but it is the simplest one. For more elaborated alternatives, check\n`\u003chttp://wiki.ros.org/docker/Tutorials/GUI\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalessin%2Fmartindev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalessin%2Fmartindev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalessin%2Fmartindev/lists"}