Update railway.toml

This commit is contained in:
Sean Greaves
2024-10-22 19:16:25 +01:00
committed by GitHub
parent 1911adf03f
commit ba2f000573

View File

@@ -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
"""