diff --git a/Dockerfile.cuda11 b/Dockerfile.cuda11 index acbb7c2..bbeeff3 100644 --- a/Dockerfile.cuda11 +++ b/Dockerfile.cuda11 @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install ca-certificates gpg wget RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null RUN echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ jammy main' | tee /etc/apt/sources.list.d/kitware.list >/dev/null -RUN apt-get update && apt-get install -y build-essential cmake libboost-dev +RUN apt-get update && apt-get install -y build-essential cmake libboost-dev libboost-thread-dev ADD ./ /turbopilot diff --git a/Dockerfile.cuda12 b/Dockerfile.cuda12 index f72656b..ff27869 100644 --- a/Dockerfile.cuda12 +++ b/Dockerfile.cuda12 @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install ca-certificates gpg wget RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null RUN echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal main' | tee /etc/apt/sources.list.d/kitware.list >/dev/null -RUN apt-get update && apt-get install -y build-essential cmake libboost-dev +RUN apt-get update && apt-get install -y build-essential cmake libboost-dev libboost-thread-dev ADD ./ /turbopilot diff --git a/Dockerfile.default b/Dockerfile.default index 1a26bd0..c0eaec9 100644 --- a/Dockerfile.default +++ b/Dockerfile.default @@ -1,6 +1,6 @@ FROM alpine AS build -RUN apk add --update alpine-sdk boost-dev cmake asio-dev +RUN apk add --update alpine-sdk boost-dev cmake asio-dev ADD ./ /turbopilot/