Hi I am running through your setup process for the first time and I have been getting stuck on creating the anaconda environment. The issue is when I run
Not entirely sure why this is happening considering I thought Docker was more resistant to these issues.
As a workaround to get the server to build, what I did was removed these packages from env.yml and then installed them via apt instead in the dockerfile. So it would look like
RUN apt-get install libxml2 libc6 #libiconv is contained in libc6
Hi I am running through your setup process for the first time and I have been getting stuck on creating the anaconda environment. The issue is when I run
docker build -t submission web/
The output is
Not entirely sure why this is happening considering I thought Docker was more resistant to these issues.
As a workaround to get the server to build, what I did was removed these packages from env.yml and then installed them via apt instead in the dockerfile. So it would look like
RUN apt-get install libxml2 libc6 #libiconv is contained in libc6