fixing anaconda link in dockerfile#1120
Conversation
| COPY --from=base ${HOME} . | ||
|
|
||
| # Setup Conda environment | ||
| ENV PATH="${HOME}/conda/bin:${PATH}" |
There was a problem hiding this comment.
This change happend python: not found error when I built full environment.
There was a problem hiding this comment.
Oops. We need this line after since I'm pulling from Nvidia base
|
This is not about #1120, but docker build still failed at the following problem. I faced this problem before when I built environment without docker. It seems to install cmake, but I don't know why this error happend. If this problem should not be handled in this PR, Please ignore. |
|
hmm, odd. yeah. do you mind creating a separate issue for this? |
Description
Fix anaconda link in Dockerfile
Related Issues
#1116
Checklist:
stagingand notmaster.