Skip to content

Commit

Permalink
add add lazy artifacts and test run in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Dec 22, 2023
1 parent bcd5ba5 commit 375980d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/build_app.jl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
using PackageCompiler
PackageCompiler.create_app(".", "tmle", precompile_execution_file="deps/execute.jl")
PackageCompiler.create_app(".", "tmle", precompile_execution_file="deps/execute.jl", include_lazy_artifacts=true)
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN julia --project -e'using Pkg; Pkg.instantiate(); Pkg.resolve(); Pkg.precompi
RUN julia --project --startup-file=no deps/build_app.jl

# Test the CLI runs
# RUN tmle/bin/tmle tmle data/sample_dataset.csv
RUN /TargetedEstimation.jl/tmle/bin/TargetedEstimation tmle data/sample_dataset.csv

0 comments on commit 375980d

Please sign in to comment.