1 Star 0 Fork 0

ZENGWatermelon/TrackPrediction

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunzhaoc 提交于 2020-11-30 21:37 . master
# This basic Dockerfile may be built and run using the following commands:
#
# docker build -f Dockerfile -t jupyter/traffic:latest .
# docker run -it -p 8888:8888 --name jupyter_traffic jupyter/traffic:latest
#
# Then connect to http://localhost:8888 to benefit from a Jupyter notebook
# shipped with a working version of the latest release of the traffic library.
FROM jupyter/minimal-notebook
USER jovyan
RUN conda install cartopy shapely pip
RUN pip install keplergl traffic
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/watermelonTT/TrackPrediction.git
git@gitee.com:watermelonTT/TrackPrediction.git
watermelonTT
TrackPrediction
TrackPrediction
master

搜索帮助