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

Codespaces support for v4 #1635

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from

Conversation

bramathon
Copy link
Contributor

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
Contributor 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
Contributor 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