cortadocodes
cortadocodes
Training a model with no data and trying to predict with it also seems to cause a segfault: ``` import pycrfsuite MODEL_FILENAME = 'b.crfsuite' trainer = pycrfsuite.Trainer(verbose=False) trainer.train(MODEL_FILENAME) tagger =...
I've had to revert to [`v1.3.2`](https://github.com/snok/install-poetry/releases/tag/v1.3.2) of this action to get it working again with Windows.
https://github.com/octue/octue-sdk-python/blob/feature/add-topic-and-subscription-creation-command/.github/workflows/python-ci.yml
I tried setting the shell to bash as recommended: - It fixed the `poetry check` step (`poetry` wasn't found as a commandlet before) - But the tests in the `tox`...
I can do that if necessary but I didn't have to for any of the previous versions of `snok/install-poetry`. This is what's making me think there's a bug or a...
Ah I see, thank you! We're using tox with poetry whitelisted
@mrose17 @tackley @hadiamjad
I haven't personally handled a GUI in docker before but I believe you just need to open a port to the system's X server (or possibly mount the socket)
> Also dockerisation will allow for reproducible builds, right? Yes I think so, we could do something like Signal does [here](https://github.com/signalapp/Signal-Android/blob/main/reproducible-builds/README.md)
> @cortadocodes actually, you can help with Dockefile builds of the Android app. > > Use-case: Someone has docker installed and checked out this repo to build an Android apk...