Skip to content

Conversation

@bramathon
Copy link
Collaborator

Description

Adds support for VSCode devcontainer and GitHub Codespaces. Dockerfile is rewritten, docker-compose.yaml is added and the .devcontainer folder is added.

@bramathon bramathon requested a review from a team as a code owner August 20, 2023 09:58
- .:/home/rigetti/pyquil/
environment:
- QCS_SETTINGS_APPLICATIONS_PYQUIL_QVM_URL=http://qvm:5000
- QCS_SETTINGS_APPLICATIONS_PYQUIL_QUILC_URL=tcp://quilc:5555
Copy link
Contributor

Choose a reason for hiding this comment

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

These environment variables should be QCS_APPLICATIONS_QVM_URL QCS_APPLICATIONS_QUILC_URL

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good point. Will update since targeting v4

ENV PATH="$VIRTUAL_ENV/bin:$PATH"

WORKDIR ${APP_DIR}
ENV SHELL /bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

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

This dockerfile is used for the Forest SDK Docker image. Is there any way we can provide a different dockerfile for codespaces?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, we could do that

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.

2 participants