Update g0plus_dockerfile/Dockerfile
Browse files
g0plus_dockerfile/Dockerfile
CHANGED
|
@@ -38,7 +38,7 @@ WORKDIR /home/ros/g0plus_ros2
|
|
| 38 |
# ============================================
|
| 39 |
RUN --mount=type=secret,id=git_token,uid=1000,gid=1000 \
|
| 40 |
GIT_TOKEN=$(cat /run/secrets/git_token) && \
|
| 41 |
-
git clone https://${GIT_TOKEN}@github.com/OpenGalaxea/GalaxeaVLA.git -b
|
| 42 |
RUN --mount=type=secret,id=git_token,uid=1000,gid=1000 \
|
| 43 |
GIT_TOKEN=$(cat /run/secrets/git_token) && \
|
| 44 |
git clone https://${GIT_TOKEN}@github.com/OpenGalaxea/EFMNode.git -b dev/pp_trt
|
|
|
|
| 38 |
# ============================================
|
| 39 |
RUN --mount=type=secret,id=git_token,uid=1000,gid=1000 \
|
| 40 |
GIT_TOKEN=$(cat /run/secrets/git_token) && \
|
| 41 |
+
git clone https://${GIT_TOKEN}@github.com/OpenGalaxea/GalaxeaVLA.git -b main
|
| 42 |
RUN --mount=type=secret,id=git_token,uid=1000,gid=1000 \
|
| 43 |
GIT_TOKEN=$(cat /run/secrets/git_token) && \
|
| 44 |
git clone https://${GIT_TOKEN}@github.com/OpenGalaxea/EFMNode.git -b dev/pp_trt
|