Open LIUQyou opened 1 year ago
The docker setup has not been maintained well. With the Conda based flow, most users do not need to run within a Docker environment. As long as you can install the Conda package manager on their system, you should be able to setup Chipyard using the default instructions.
Conda is a much lighter environment than Docker, which why we've transitioned to a standard Conda flow for installation. I recommend you try the conda-based flow, if you are able.
Is there a specific reason you want the docker image?
@jerryz123 Due to restrictions on certain servers, we may only be able to deploy docker containers on them. The servers do not have Conda on them, and most likely would not be installed.
If it is useful, I created a Docker version here. https://github.com/rseac/chipyard-docker
Background Work
Chipyard Version and Hash
Release: 1.8.1 Hash: 004297b
OS Setup
Ex: Output of
uname -a
+lsb_release -a
+printenv
+conda list
Other Setup
Ex: Prior steps taken / Documentation Followed / etc...
Current Behavior
Try to build a docker image inside dockerfiles/ using
But failed with
./setup.sh: No such file or directory
Expected Behavior
Docker build successfully
Other Information
No response