You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: