We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, I'm trying to run a web app built with Oxygen.jl and documented with SwaggerMarkdown.jl
the packagecompile.jl script i have looks something like this:
using Pkg Pkg.activate(@__DIR__) Pkg.instantiate() using PackageCompiler create_app( dirname(@__DIR__), "LinearSystemsCompiled"; precompile_execution_file=joinpath(@__DIR__, "precompile.jl"), incremental=true, force=true, cpu_target="x86_64", )
Problem is once compiled the pathing points to a package that doesn't exist in a docker image
Happens on this line of code:
Any ideas on a fix?
The text was updated successfully, but these errors were encountered:
Do you have a MWE that triggers the error? I would like to do the same thing and could look into this.
Sorry, something went wrong.
No branches or pull requests
Hey, I'm trying to run a web app built with Oxygen.jl and documented with SwaggerMarkdown.jl
the packagecompile.jl script i have looks something like this:
Problem is once compiled the pathing points to a package that doesn't exist in a docker image
Happens on this line of code:
Any ideas on a fix?
The text was updated successfully, but these errors were encountered: