Skip to content
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

[WIP] Conda docker env for testing #168

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

carolineechen
Copy link
Collaborator

@carolineechen carolineechen commented Nov 22, 2023

trying to use existing miniconda base for docker clusters for testing conda envs. current running into some dependency/version conflicts (colorama, crypto) leading to erroring when restarting runhouse on the cluster.

@carolineechen
Copy link
Collaborator Author

cc @rohinb2

@@ -21,6 +32,7 @@ RUN apt-get update --allow-insecure-repositories && \
COPY $RUNHOUSE_PATH /app/runhouse

# If using a local version of runhouse, install it from the local directory
RUN conda install grpcio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this can probably go above line 34

DenisYay and others added 3 commits December 7, 2023 11:34
* Install python3-pip
* SHELL /bin/bash --login -c before RUN activate base
* pip install cryptography and pyopenssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants