1 Star 0 Fork 2

joy town / vtr-verilog-to-routing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitpod.Dockerfile 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM gitpod/workspace-full:latest
# get the permission
USER root
# Install util tools.
RUN apt-get update \
&& apt-get install -y \
apt-utils \
sudo \
git \
less \
libfmt-dev \
libspdlog-dev \
lcov \
binutils \
binutils-gold \
build-essential \
flex \
fontconfig \
libcairo2-dev \
libgtk-3-dev \
libevent-dev \
libfontconfig1-dev \
liblist-moreutils-perl \
libncurses5-dev \
libx11-dev \
libxft-dev \
libxml++2.6-dev \
python-lxml \
qt5-default \
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# set out workspace
ENV VTR_ROOT=/workspace/vtr-verilog-to-routing
WORKDIR ${VTR_ROOT}
CMD [ "/bin/bash" ]
# Give back control
USER root
# Cleaning
RUN apt-get clean
1
https://gitee.com/town9/vtr-verilog-to-routing.git
git@gitee.com:town9/vtr-verilog-to-routing.git
town9
vtr-verilog-to-routing
vtr-verilog-to-routing
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891