ServiceNow / picard

PICARD - Parsing Incrementally for Constrained Auto-Regressive Decoding from Language Models. PICARD is a ServiceNow Research project that was started at Element AI.
https://arxiv.org/abs/2109.05093
Apache License 2.0
341 stars 122 forks source link

Building Docker image error #105

Open elena-soare opened 2 years ago

elena-soare commented 2 years ago

Hello! When I am trying to build the Docker image I get this error:

src/Distribution/Client/FetchUtils.hs:195:36: error:

: warning: [-Wunused-packages] The following packages were specified via -package or -package-id flags, but were not needed for compilation: - regex-posix-0.96.0.1 - regex-base-0.94.0.2 - echo-0.1.4 cabal: Failed to build exe:cabal from cabal-install-3.6.0.0. See the build log above for details. I believe it might be an incompatibility of versions, however I am not familiar with Docker to be able to tell. Thank you
iain-mackie commented 2 years ago

Any update on this?