Skip to content

Commit d8bf40e

Browse files
committed
Update MatNWB version to the lastest master commit
1 parent 34168d4 commit d8bf40e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/Dockerfile.matlab

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ addons = setdiff({addons([addons.isdir]).name}, {'.', '..'}); \n\
7272
for addon_idx = 1:numel(addons) \n\
7373
addpath(genpath(strcat('${ADDONS_DIR}/', addons{addon_idx}))); \n\
7474
end \n\
75-
generateCore(); % Generate the most recent nwb-schema \n\
75+
% generateCore(); % Generate the most recent nwb-schema \n\
7676
% ciapkg.io.loadDependencies('guiEnabled', 0); % Load dependencies for CIAtah \n\
7777
% ADD HERE EXTRA ACTIONS FOR YOUR ADD-ON IF REQUIRED! \n\
7878
clear" >> ${STARTUP_SCRIPT}
7979

80-
# Variables for addons management that are tied to a specific release
81-
ARG ADDONS_RELEASES="https://github.com/NeurodataWithoutBorders/matnwb/archive/refs/tags/2.8.0.zip \
80+
# Variables for addons management that are tied to a specific release or latest master
81+
ARG ADDONS_RELEASES="https://github.com/NeurodataWithoutBorders/matnwb/archive/refs/heads/master.zip \
8282
https://github.com/schnitzer-lab/EXTRACT-public/archive/refs/heads/master.zip \
8383
https://github.com/bahanonu/ciatah/archive/refs/heads/master.zip"
8484

0 commit comments

Comments
 (0)