Skip to content

Commit

Permalink
update prod dockerfile with new knowledgebase
Browse files Browse the repository at this point in the history
Former-commit-id: ceb269e
  • Loading branch information
hjwilli committed Apr 9, 2020
1 parent d2e9d56 commit 32c772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/lab/Dockerfile_production
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN dos2unix /root/start.sh \


# copy knowledgebase
COPY 'data/knowledgebases/sklearn-benchmark5-data-knowledgebase.pkl.gz' /appsrc/data/knowledgebases/
COPY 'data/knowledgebases/sklearn-benchmark-data-knowledgebase-r6.tsv.gz' /appsrc/data/knowledgebases/
COPY 'data/knowledgebases/pmlb_classification_metafeatures.csv.gz' /appsrc/data/knowledgebases/
COPY 'data/knowledgebases/pmlb_regression_results.pkl.gz' /appsrc/data/knowledgebases/
COPY 'data/knowledgebases/pmlb_regression_metafeatures.csv.gz' /appsrc/data/knowledgebases/
Expand Down

0 comments on commit 32c772c

Please sign in to comment.