quantified-uncertainty / squiggle

An estimation language
https://squiggle-language.com
MIT License
148 stars 22 forks source link

First pass at dockerfile #3164

Closed OAGr closed 2 months ago

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: 6ea9b83565d9e4deb9a562a2cb8bc004ff1bf763

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
quri-hub ✅ Ready (Inspect) Visit Preview Apr 11, 2024 7:45pm
quri-ui ✅ Ready (Inspect) Visit Preview Apr 11, 2024 7:45pm
squiggle-components ✅ Ready (Inspect) Visit Preview Apr 11, 2024 7:45pm
squiggle-website ✅ Ready (Inspect) Visit Preview Apr 11, 2024 7:45pm
OAGr commented 3 months ago

I got closer to getting this to work (a few hours of various issues). Code to run:

docker build -t quri-hub -f packages/hub/Dockerfile .
docker run -it --rm quri-hub /bin/bash

However, now, I'm getting a TS error, in the squiggle-lang package, when I try to build that.

image

The TS setup infrastructure seems particularly fragile and tricky to me, I'd be curious for you to try this sometime, @berekuk .