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

clean up after dockerfile merge #575

Merged
merged 2 commits into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,3 @@ push-gateway:

push-repository-server:
docker push $(repositoryServerImageName):$(version)

compose-up:
ifeq ($(arch),arm)
docker-compose -f docker-compose-dev-arm64.yml --profile full up
else
docker-compose -f docker-compose-dev.yml --profile full up
endif

compose-down:
docker-compose down
151 changes: 0 additions & 151 deletions docker-compose-dev-arm64.yml

This file was deleted.

2 changes: 2 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
build:
context: ./
dockerfile: infrastructure/docker/Dockerfile-ray-qiskit
args:
TARGETARCH: "${TARGETARCH:-amd64}"
entrypoint: [
"env", "RAY_LOG_TO_STDERR=1", "ray", "start", "--head", "--port=6379",
"--dashboard-host=0.0.0.0", "--block"
Expand Down
10 changes: 0 additions & 10 deletions infrastructure/docker/Dockerfile-ray-qiskit-arm64

This file was deleted.