ysyy
January 25, 2022, 6:02am
1
hi:
docker: Error response from daemon: manifest for nextstrain/nextclade_builder:developer not found: manifest unknown: manifest unknown.
Error installing web version。 There is no problem with the network。
I want to know how to solve this?
The post is translated. Please forgive me for using inappropriate words
thank
Hi @ysyy ,
I don’t understand what you are trying to do.
You need to describe:
What you want to achieve
What commands you are using.
If you want to build a local version of Nextclade Web, check our developer’s guide here:
# Developer's guide: Nextclade Web
This guide describes how to setup a development environment for building and running Nextclade Web Application, how to contribute to Nextclade frontend and WebAssembly module, maintain, release and deploy the Nextclade web application.
If you are interested in developing Nextclade CLI or Nextalign CLI, see: ["Developer's guide: Nextclade CLI and Nextalign CLI"](../../docs/dev/developers-guide-cli.md).
<h3 id="implementation-notes" align="center">
🧠 Implementation notes
</h3>
Nextclade Web is implemented as a single-page web application, based on Next.js
Nextclade Web runs its algorithms in WebWorkers. These WebWorkers instantiate and run a WebAssembly module, written C++. Both, the web application and the WebAssembly module need to be built in order for Nextclade to function, and these are the 2 separate build steps.
Most of the code and the build system of the WebAssembly module is shared with the CLI modules. See ["Developer's guide: Nextclade CLI and Nextalign CLI"](../../docs/dev/developers-guide-cli.md) for more details.
There is a convenience Makefile in the root of the project that launches the build scripts. These scripts are used by project maintainers for the routine development and maintenance as well as by the continuous integration system.
The easiest way to start the development is to use the included docker container option, described in the next section. The same environment can, of course, be setup on a local machine, but that requires some manual steps, also described further.
This file has been truncated. show original
ysyy
January 26, 2022, 5:59am
4
@ivan-aksamentov
I’m sorry the description is not clear.
The first command of the development guide “make docker dev wasm” made an error, which is the error above.
The second command, “make docker dev Web”, does not have this target in the makefile and cannot be executed。
thank