robotreviewer icon indicating copy to clipboard operation
robotreviewer copied to clipboard

docker-compose build with some unexpected errors

Open science-labs-f opened this issue 1 year ago • 2 comments

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

science-labs-f avatar Jan 28 '23 11:01 science-labs-f