-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DockerFile有问题 #91
Comments
RUN pip install cython==0.29.33 |
I don't know if this wold still be useful, but I managed to fix some of your problems:
RUN pip install nuscenes-devkit==1.1.9 einops
Comment RUN git clone https://github.com/ADLab-AutoDrive/BEVFusion /BEVFusion \
&& cd /BEVFusion \
&& pip install --no-cache-dir -e .
Resolved by changing RUN pip install cython==0.29.33
|
大家好,我在使用
docker build . -t bevfusion
命令构建位于docker文件夹下的DockerFile时,出现了一系列问题,详细问题如下:wget https://pitaya-data-for-annotation.oss-cn-hangzhou.aliyuncs.com/software/cmake-3.18.5.tar.gz
时报错不可达,应该是作者团队自己的oss,我们无法访问,遂改为wget https://cmake.org/files/v3.18/cmake-3.18.5.tar.gz
RUN pip install nuscenes-devkit einops
时,报错请问这个DockerFile是能用的吗?
The text was updated successfully, but these errors were encountered: