diff --git a/railway.toml b/railway.toml index d1265c8..40a5860 100644 --- a/railway.toml +++ b/railway.toml @@ -1,8 +1,6 @@ [build] builder = "nixpacks" buildCommand = """ - conda create -n candystore python=3.10 -y && \ - conda activate candystore && \ pip install -e . && \ jupyter nbextension enable --py --sys-prefix ipyleaflet """