Closed bohdantrotsenko closed 4 years ago
I also tried commit 9e2c69f1962900c5e9ef723ab14047962b4458e2
and modified Dockerfile-CPU
:
cd /root && git clone --recursive https://github.com/facebookresearch/flashlight.git && \
cd flashlight && git checkout 16d0bf0bf1dfb930b7bb0415260f9e7914f7818c && mkdir -p build && cd build && \
as suggested by @an918tw 3 days ago
But still received a different (and bigger) set of errors (attached) dockerbuild.txt
Could you try wav2letter/wav2letter:cpu-9e2c69
docker (which was built on that commit)?
Regarding your build - can you add ls -lah
after cd /root/wav2letter
and check in the log that Test.cpp will be in the list. So far seems that there is no copy of part of files in the wav2letter folder in the docker. Also problem could be in usage wav2letter/wav2letter:cpu-base-latest
so you can try to switch cpu-base-26c69be
which we used for these commits of w2l and flashlight.
While I repeated experiments last week on hash 18a1dfe4 and still had problems, Right now - hash d6f0fac8 - is built sucessfully :)
On AWS I launched
Deep Learning AMI (Ubuntu 18.04) Version 30.0 - ami-049fb1ea198d189d7
on a t3a.2xlarge instance.As I cloned the project (
git clone https://github.com/facebookresearch/wav2letter
) the directory was at commit18a1dfe4b22e875e5fd1f875f7bf9ec88a5616cd
I failed to build
docker build -f Dockerfile-CPU . -t wavcpu
, with the two errors: