Docker: merge opencl and base images (#31338)

* mergeem

* don't change workdir
old-commit-hash: ceecf39c54e95e1bf973ea221fb3c5e7f215aecb
This commit is contained in:
Justin Newberry
2024-02-06 20:11:00 -05:00
committed by GitHub
parent 572744128e
commit c50146837e
7 changed files with 43 additions and 67 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/commaai/openpilot-base-cl:latest
FROM ghcr.io/commaai/openpilot-base:latest
RUN apt-get update && apt-get install -y --no-install-recommends \
tmux \
+1 -1
View File
@@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../
docker pull ghcr.io/commaai/openpilot-base-cl:latest
docker pull ghcr.io/commaai/openpilot-base:latest
docker build \
--cache-from ghcr.io/commaai/openpilot-sim:latest \
-t ghcr.io/commaai/openpilot-sim:latest \