OCI runtime create failed: container_linux.go:348 (Habitat)

I am trying the "Try Habitat" module and hit this error when exporting to a docker image. I am using an straight ec2 instance to work on this in:

Ω Creating cacerts symlink into /etc
☒ Deleting artifact key symlink
☒ Deleting artifact cache symlink
Ω Creating user 'hab' in /etc/passwd
Ω Creating group 'hab' in /etc/group
Ω Creating entrypoint script
Ω Creating image Dockerfile
Ω Creating Docker image
Sending build context to Docker daemon 443.1MB
Step 1/7 : FROM scratch
--->
Step 2/7 : ENV PATH /bin
---> Running in de01313d6e12
Removing intermediate container de01313d6e12
---> 648d0a282ae6
Step 3/7 : ADD rootfs /
---> 4011c3d811f5
Step 4/7 : EXPOSE 9631
---> Running in c75bc5af2bd0
Removing intermediate container c75bc5af2bd0
---> 3db12a26b192
Step 5/7 : RUN HAB_FEAT_OFFLINE_INSTALL=ON HAB_LICENSE=accept-no-persist /hab/pkgs/core/hab/0.82.0/20190605214032/bin/hab pkg install jgh/webapp/0.2.0/20190624213553
---> Running in e570cea70b16
Removing intermediate container e570cea70b16
OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:297: copying bootstrap data to pipe caused "write init-p: broken pipe"": unknown
✗✗✗
✗✗✗ Docker build failed with exit code: exit code: 1
✗✗✗

Any help is much appreciated! Originally I run running a t2.micro, but bumped this up to a t2.medium and also added disk space, but I have the same issue. I'm beginning to suspect this is not related to disk space, or memory, but any assistance in troubleshooting would be helpful. Thanks!

I spun this up on my Mac laptop without issue. No errors.