Hello,
I’m looking to build the deeppavlov/deeppavlov
Docker image, so that:
-
I can get the latest version 1.7.0 (the current released docker image isn’t up-to-date with 1.7.0)
-
Merge the " New classification models" pull request (#1657)
What I did:
-
Locally, I cloned
master
, and then mergedfeat/new_classifiers
-
updated
utils/Docker/docker-compose.yml
to only havepy311
in it. -
$env:EPOCH=$(Get-Date -UFormat %s); $env:TFHUB_CACHE_DIR="tfhub_cache"; docker-compose -f utils/Docker/docker-compose.yml build
-
docker compose -f utils/Docker/docker-compose.yml up
However, somehow the image I’ve just built seems to be a test-focused image, and not giving me an image similar to what’s in DockerHub.
It doesn’t seem to be exposing the riseapi
interface.
How exactly is the deeppavlov/deeppavlov
Docker image built?
Many thanks!