Commit Graph

19 Commits

Author SHA1 Message Date
Giovanni Campagna 58d1dcece5 Update dockerfile 2020-01-28 18:31:14 -08:00
Giovanni Campagna 5c8340efa6 Make the docker image smaller
Remove the included copy of the embeddings, and assume the embeddings
are provided from the outside using a volume mount.
Also, use some tricks to remove unused data and packages.
2019-12-14 17:18:27 -08:00
Giovanni Campagna 668cc6f917 docker: Switch to ubi8 (RHEL 8)
ubi7 was updated to rhel 7.7, which should contain python36 natively,
but python3 is not part of the ubi repos. Luckily, it is part of the
ubi8 repos instead.
2019-11-01 17:08:06 -07:00
Giovanni Campagna a546c7b62c Fix cuda image name 2019-08-31 02:22:04 +02:00
Giovanni Campagna dcb4f020ae docker: fix hooks
They are executed from the directory containing the Dockerfile
2019-08-30 23:13:28 +02:00
Giovanni Campagna 1c0a71aa0b Add debugging to docker hooks
To see exactly how they get called...
2019-08-30 21:37:42 +02:00
Giovanni Campagna fb72c84f73 docker: move embeddings to a shared directory
This way, the image can be used as a base image by almond-cloud
(which runs as a different user)
2019-08-30 21:25:54 +02:00
Giovanni Campagna ff311bd35b Add docker hub hooks to build both CPU and GPU images 2019-08-30 21:01:47 +02:00
Giovanni Campagna a9264a699d Remove obsolete Dockerfiles, and replace with a new one
A new one that wraps the new decanlp command and installs all
the dependencies correctly.
2019-08-30 18:55:28 +02:00
Bryan Marcus McCann 741fb6fd87 updating torch03 images with cove 2018-10-25 16:02:48 -07:00
Bryan Marcus McCann b1207156aa updating dockerfiles 2018-10-25 16:02:48 -07:00
Bryan Marcus McCann f4e6784c28 add ELMo; now broken until pytorch >0.4 upgrade 2018-10-25 16:02:48 -07:00
Bryan Marcus McCann 6c629a56e3 alternate formulation of wikisql 2018-09-07 00:18:00 +00:00
Bryan Marcus McCann 09cebc62a3 enumerating predictions; exp with intermediate cove 2018-09-04 15:43:27 +00:00
Bryan Marcus McCann 8e85a13c87 Contextualized Word Vectors (CoVe; McCann et al. 2017) 2018-08-28 03:14:41 +00:00
Bryan Marcus McCann 181c847331 rm mem debugging from Dockerfile 2018-08-21 03:03:31 +00:00
Bryan Marcus McCann 1f83b7a739 interning strings to fix memory consumption 2018-08-21 02:47:14 +00:00
Bryan Marcus McCann 51c6f4411a adding pretrained sota wikisql model 2018-08-11 00:06:45 +00:00
Bryan Marcus McCann 8997039aec Initial commit 2018-06-20 12:36:21 +00:00