Skip to content

Commit bc2565e

Browse files
committed
renamed ironlcust-matlab-base image
1 parent 97b639d commit bc2565e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ironclust-compiled/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ironclust-base
1+
FROM ironclust-matlab-base
22

33
RUN chmod 755 /usr/bin/mlrtapp/p_ironclust
44
ENV PATH="/usr/bin/mlrtapp:${PATH}"

ironclust-compiled/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Licenses for Matlab and toolboxes are needed only for compiling ironclust as Sta
3636
- Close `Package` and `Application Compiler` windows
3737
- In Matlab console run:
3838
```
39-
compiler.package.docker('p_ironclust/for_testing/p_ironclust', 'p_ironclust/for_testing/requiredMCRProducts.txt', 'ImageName', 'ironclust-base')
39+
compiler.package.docker('p_ironclust/for_testing/p_ironclust', 'p_ironclust/for_testing/requiredMCRProducts.txt', 'ImageName', 'ironclust-matlab-base')
4040
```
41-
This command will create an image called `ironclust-base` to be used in the next step
41+
This command will create an image called `ironclust-matlab-base` to be used in the next step
4242

4343
## Extending Base Image/Creating final image
4444
The Dockerfile in this folder applies some fixes and updates to the base image generated automatically by Matlab in order to properly run ironclust:

0 commit comments

Comments
 (0)