mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
Remove dockerhub references from CI (#20038)
* cache from base image * specify github repo old-commit-hash: e9c4a75a5c430ac6968808f103145cd0bd98a17a
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM commaai/openpilot-base:latest
|
||||
FROM ghcr.io/commaai/openpilot-base:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
apt-utils \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM commaai/openpilot-base:latest
|
||||
FROM ghcr.io/commaai/openpilot-base:latest
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV PYTHONPATH /tmp/openpilot:${PYTHONPATH}
|
||||
|
||||
Reference in New Issue
Block a user