|
|
@@ -9,7 +9,7 @@ RUN /opt/conda/bin/conda install -c conda-forge fmpy -y --quiet
|
|
|
|
|
|
# Copy local files to the remote notebooks
|
|
|
RUN mkdir /opt/notebooks
|
|
|
-COPY examples /opt/notebooks/examples
|
|
|
+COPY tutorial /opt/notebooks/tutorial
|
|
|
COPY fmus /opt/notebooks/fmus
|
|
|
COPY cosimlibrary /opt/notebooks/cosimlibrary
|
|
|
|