-
Notifications
You must be signed in to change notification settings - Fork 139
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 build error #49
Comments
hi @gi4you. I'm not sure why you're seeing this error, but why do you need to build it if you can just pull it? Do you need to change something? |
Hello @jmduarte, Thank you for your quick answer. One more question: $ docker run -p 8888:8888 ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1-vivado-2019.2:latest .
|
Hello, I attempted using Xilinx Vitis-AI docker_run.sh for container starting. but when I start Jupyter notebook, it shows simular errors. Vitis-AI]$ ./docker_run.sh ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1-vivado-2019.2 (base) jovyan@SPS-diaglabs-dev:~$ jupyter notebook | | | |_ __ | | | | ___ Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions. https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html Please note that updating to Notebook 7 might break some of your extensions. [I 03:17:35.943 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.6.1 [W 03:17:36.512 NotebookApp] Loading JupyterLab as a classic notebook (v6) extension.
|
Hi @gi4you, I think I have a similar problem regarding Docker, however I ran into an error while pulling the Docker Image. Did you end up solving your problem? If so, how? Thanks |
Hello,
I found a build error in the RHEL8 environment(pull is Ok).
$sudo docker build -f docker/Dockerfile.vivado -t ghcr.io/fastmachinelearning/hls4ml-tutorial/hls4ml-0.7.1-vivado-2019.2:latest .
Sending build context to Docker daemon 67.18GB
Error response from daemon: unexpected error reading Dockerfile: read /var/lib/docker/tmp/docker-builder548070090/docker/Dockerfile.vivado: is a directory
The text was updated successfully, but these errors were encountered: