We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c95fe5 commit 183e98cCopy full SHA for 183e98c
Dockerfile
@@ -32,5 +32,8 @@ ENV CATALOG_PATH=/catalog
32
COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages
33
COPY ./nautilus_data $PYSETUP_PATH/nautilus_data
34
35
+# Ensure the catalog and backtest directories exist
36
+RUN mkdir -p /opt/pysetup/catalog/backtest
37
+
38
# Generate data catalog
39
RUN python -m nautilus_data.hist_data_to_catalog
0 commit comments