Hello, thanks to your library, I've been able to create a great program.
I'm trying to build a Docker image as described in DOCKER.md, but I'm encountering the following error in the terminal:
docker build -f docker/orion-jupyter.Dockerfile -t orion-jupyter .
[+] Building 1.5s (10/13) docker:default
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from orion-jupyter.Dockerfile 0.0s
=> => transferring dockerfile: 884B 0.0s
=> [internal] load metadata for docker.io/library/python:3.6 1.4s
=> [1/9] FROM docker.io/library/python:3.6@sha256:f8652afaf88c25f0d22354d547d892591067aa4026a7fa9 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 15.84kB 0.0s
=> CACHED [2/9] RUN mkdir /app 0.0s
=> CANCELED [3/9] COPY setup.py /app 0.0s
=> CACHED [4/9] RUN pip install -e /app && pip install jupyter 0.0s
=> CACHED [5/9] COPY orion /app/orion 0.0s
=> ERROR [6/9] COPY notebooks /app/notebooks 0.0s
------
> [6/9] COPY notebooks /app/notebooks:
------
orion-jupyter.Dockerfile:10
--------------------
8 |
9 | COPY orion /app/orion
10 | >>> COPY notebooks /app/notebooks
11 | RUN mkdir -p /app/orion/notebooks/data \
12 | && cd /app/orion/notebooks/data \
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 5a708955-7041-46b5-93f5-dbbb66f1a07f::n9okl95s634xfjhlo2e5xxx4l: "/notebooks": not found
make: *** [Makefile:277: docker-jupyter-build] Error 1
I suspect it might be because the 'notebooks' directory is missing. What should I do to resolve this?
What I Didmake docker-jupyter-build
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4