Skip to content
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

fatal: destination path 'src/cp-models-p15' already exists and is not an empty directory. #5

Open
karelflere opened this issue Sep 17, 2020 · 1 comment

Comments

@karelflere
Copy link

When running the build.sh script, I encounter the following error:

Step 5/17 : RUN git clone https://github.com/cmu-mars/cp-models-p15 src/cp-models-p15 && cd src/cp-models-p15 && git checkout "${MARS_MODELS_REVISION}"
---> Running in 922a08b42450
fatal: destination path 'src/cp-models-p15' already exists and is not an empty directory.
ERROR: Service 'brasscomms' failed to build: The command '/bin/sh -c git clone https://github.com/cmu-mars/cp-models-p15 src/cp-models-p15 && cd src/cp-models-p15 && git checkout "${MARS_MODELS_REVISION}"' returned a non-zero code: 128

When I disable the following lines the build script is able to complete the build.
However, will the build work as intended when I do so?

install shared "models" module

ENV MARS_MODELS_REVISION 5dd3542
RUN git clone https://github.com/cmu-mars/cp-models-p15
src/cp-models-p15 &&
cd src/cp-models-p15 &&
git checkout "${MARS_MODELS_REVISION}"

@schmerl
Copy link
Contributor

schmerl commented Sep 17, 2020

This repo contains the base docker image that was used for a now defunct research project. So, it isn't being supported any more and it is here mostly for posterity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants