从位置和速度计算验证轨道到地心坐标系的旋转矩阵
This commit is contained in:
@@ -16,8 +16,7 @@ ENV GOROOT="/opt/go" \
|
||||
RUN cd /opt && git clone -b v0.36.1 https://github.com/hybridgroup/gocv.git && cd gocv && \
|
||||
make install
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
# WORKDIR /src
|
||||
# COPY . .
|
||||
# RUN cd /sjy01/image-proc && go mod download && make linux
|
||||
# CMD ["/src/build/build.sh"]
|
||||
RUN cd /src && make linux
|
||||
CMD ["/bin/bash", "/src/build/build.sh"]
|
||||
Reference in New Issue
Block a user