We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc83c44 commit 4933b17Copy full SHA for 4933b17
.gitpod.Dockerfile
@@ -42,7 +42,9 @@ RUN apt-get update \
42
tclsh \
43
uuid \
44
&& apt-get clean \
45
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/* \
46
+ && apt-get install -y capnproto libcapnp-dev
47
+
48
49
# set out workspace
50
ENV VTR_ROOT=/workspace/vtr-verilog-to-routing
Dockerfile
@@ -32,6 +32,7 @@ RUN apt-get update -qq \
32
33
34
# Install python packages
35
+ && apt-get install -y capnproto libcapnp-dev \
36
&& pip install -r requirements.txt \
37
# Cleanup
38
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \
0 commit comments