mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Docker: merge opencl and base images (#31338)
* mergeem * don't change workdir old-commit-hash: ceecf39c54e95e1bf973ea221fb3c5e7f215aecb
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user