Skip to content

Commit e06f13a

Browse files
committed
update dependencies
1 parent 042b224 commit e06f13a

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

docker/Dockerfile.full

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@ FROM ghcr.io/xs-mlvp/envbase:latest
33
USER user
44
WORKDIR /workspace
55

6-
RUN pip3 install pytoffee && \
6+
7+
RUN echo 'export PATH="$HOME/.usr/local/bin:$PATH"' >> ~/.bashrc
8+
9+
RUN pip3 install toffee-test filelock && \
710
git clone https://github.com/XS-MLVP/tutorial-records.git --depth=1 && \
811
mv tutorial-records/tutorials/code-samples . && \
912
cd .. && \
1013
rm -rf tutorial-records
11-
14+
15+
RUN apt-get update && apt-get install -y --no-install-recommends \
16+
lcov && \
17+
apt-get clean && \
18+
rm -rf /var/lib/apt/lists/*
1219

1320
RUN cd code-samples && \
1421
git clone https://github.com/OpenXiangShan/XSPdb.git --depth=1 xspdb && \

0 commit comments

Comments
 (0)