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

fix: make devcontainer work correctly #9019

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

amoeba
Copy link
Contributor

@amoeba amoeba commented Apr 18, 2024

Description of changes

These change are what was required for me to get the devcontainer to run on my machine. Before these changes, the devcontainer image wasn't building correctly because it was missing gdal. The root cause of that was that the devcontainer.json wasn't using the Dockerfile.

  • The previous devcontainer.json wasn't actually using the Dockerfile, now it does
  • In devcontainer.json, I switched updateContent command for postCreateCommand as that looks more appropriate based on the docs
  • A couple of minor tidying changes

Issues closed

Resolves #9011

@amoeba amoeba mentioned this pull request Apr 18, 2024
1 task
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
Copy link
Member

Choose a reason for hiding this comment

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

Old school 😎

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I like to think it's more portable even in modern times! :)

@cpcloud cpcloud added this to the 9.0 milestone Apr 18, 2024
@cpcloud cpcloud merged commit a696c58 into ibis-project:main Apr 19, 2024
81 of 82 checks passed
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.

bug: devcontainer is missing GDAL
2 participants