-
Notifications
You must be signed in to change notification settings - Fork 87
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
docker-compose build with some unexpected errors #52
Comments
Hi @ijmarshall hey people @science-labs-f! I'm facing a similar issue: With
failed to solve: executor failed running [/bin/sh -c cd /var/lib/deploy && bash Anaconda.sh -b && rm -rf Anaconda.sh]: exit code: 255 And I've resolved using In the next step with
failed to solve: executor failed running [/bin/sh -c cd /var/lib/deploy && bash Anaconda.sh -b && rm -rf Anaconda.sh]: exit code: 255 Did you find out a solution that can solve my problem too? (I'm using a M1 mac) |
HI @ijmarshall trying out the docker container but facing similar problems as above. |
Hello Roboviewer-team! checking out this tool and trying to install it locally on a mac.
sudo docker-compose build command runs pretty well, but gives following ERRORS.
What is your advice?
=> CACHED [build-stage 2/6] WORKDIR /app 0.0s
=> CACHED [build-stage 3/6] RUN npm update 0.0s
=> CACHED [build-stage 4/6] RUN npm install -g requirejs 0.0s
=> ERROR [build-stage 5/6] COPY ./robotreviewer/static/ static/ 0.0s
=> CACHED [production-stage 2/25] RUN useradd --create-home --home /var/lib/deploy deploy 0.0s
=> CACHED [production-stage 3/25] ADD apt-requirements.txt /tmp/apt-requirements.txt 0.0s
=> CACHED [production-stage 4/25] RUN apt-get -qq update -y 0.0s
=> CACHED [production-stage 5/25] RUN xargs -a /tmp/apt-requirements.txt apt-get install -y --no-install 0.0s
=> CACHED [production-stage 6/25] RUN mkdir -p /etc/pki/tls/certs && ln -s /etc/ssl/certs/ca-certifi 0.0s
=> CACHED [production-stage 7/25] RUN chown -R deploy.deploy /var/lib/deploy/ 0.0s
=> CACHED [production-stage 8/25] RUN aria2c -s 16 -x 16 -k 30M https://repo.continuum.io/miniconda/Mini 0.0s
=> CACHED [production-stage 9/25] RUN cd /var/lib/deploy && bash Anaconda.sh -b && rm -rf Anaconda.sh 0.0s
=> ERROR [production-stage 10/25] ADD robotreviewer_env.yml tmp/robotreviewer_env.yml 0.0s
=> CACHED [production-stage 11/25] RUN conda env create -f tmp/robotreviewer_env.yml 0.0s
=> CACHED [production-stage 12/25] RUN python -m nltk.downloader punkt stopwords 0.0s
=> CACHED [production-stage 13/25] RUN python -m spacy download en 0.0s
=> CACHED [production-stage 14/25] RUN pip install tensorflow==1.12.0 0.0s
=> CACHED [production-stage 15/25] RUN mkdir -p /var/lib/deploy/robotreviewer/data 0.0s
=> ERROR [production-stage 16/25] ADD server.py /var/lib/deploy/ 0.0s
=> ERROR [production-stage 17/25] ADD server_api.py /var/lib/deploy/ 0.0s
The text was updated successfully, but these errors were encountered: