Skip to content

Commit

Permalink
Dockerfiles updated with some pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
amirarjmand93 committed Dec 9, 2024
1 parent cc83c44 commit 4933b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ RUN apt-get update \
tclsh \
uuid \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& apt-get install -y capnproto libcapnp-dev


# set out workspace
ENV VTR_ROOT=/workspace/vtr-verilog-to-routing
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update -qq \
tclsh \
uuid \
# Install python packages
&& apt-get install -y capnproto libcapnp-dev \
&& pip install -r requirements.txt \
# Cleanup
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \
Expand Down

0 comments on commit 4933b17

Please sign in to comment.