项目作者: jerryzj

项目描述 :
Docker environments
高级语言: Dockerfile
项目地址: git://github.com/jerryzj/dockerfile.git
创建时间: 2019-05-14T09:13:39Z
项目社区:https://github.com/jerryzj/dockerfile

开源协议:MIT License

下载


dockerfile

Docker environments

In this repo, I provide several docker environments in daily usage. \
The prebuilt images also available on DockerHub.

dev_basic

Based on latest ubuntu LTS image with a bunch of development tools installed.

dev_basic_gpu

Based on latest cuda image released by nvidia, have the same tools installed as dev_basic.

riscv

Based on dev_basic image, with latest SiFive RISCV toolchain release and latest Spike ISA simulator installed. This image is mainly for NTHU EE3450 course usage.

systemc_dev

Based on dev_basic image, with latest SystemC, Synopsys SCML library, Andestech RISCV 32-bit toolchain and ArchC simulator installed. This image is mainly for NTHU EE6470 course usage.