Skip to content

Commit 8f14b19

Browse files
committed
Added libhdf5-dev to docker build
1 parent 569a3f9 commit 8f14b19

File tree

3 files changed

+5
-33
lines changed

3 files changed

+5
-33
lines changed

Dockerfile-car

-31
This file was deleted.

car.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN poetry run generatecar --name chiaracer --output_dir /foocars/cars/
1818
FROM base AS carservices
1919

2020
RUN apt update && apt install -y \
21-
gcc
21+
gcc libhdf5-dev
2222

2323
RUN pip install h5py
2424

docker_build_car.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ docker build --platform linux/arm64 -t rianders/car:$hash -f Dockerfile-car .
99

1010
# run local and clean up % docker run --rm -it car
1111
# To save it for use: docker run --name localname -it rianders/car:1506f2
12-
docker run --rm -it --entrypoint=/bin/bash rianders/car:$hash
12+
docker run --rm -it --entrypoint=/bin/bash rianders/car:$hash
13+
#
14+
#docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
15+
#

0 commit comments

Comments
 (0)