mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-06 00:36:29 +08:00
Simulator: fix port issues in devcontainer (#29977)
* fix sim devcontainer * use host.docker.internal instead * devcontainer supports jsonc old-commit-hash: 1f8ceb4ca15b2aa71d88e74c7df54519ed5968e9
This commit is contained in:
@@ -9,3 +9,5 @@ RUN pip install ipython jupyter jupyterlab
|
||||
RUN cd $HOME && \
|
||||
curl -O https://raw.githubusercontent.com/commaai/agnos-builder/master/userspace/home/.tmux.conf && \
|
||||
curl -O https://github.com/commaai/agnos-builder/blob/master/userspace/home/.vimrc
|
||||
|
||||
ENV CARLA_HOST="host.docker.internal"
|
||||
Reference in New Issue
Block a user