Skip to content

Commit 61b7f92

Browse files
committed
add gfortran
1 parent 06c312f commit 61b7f92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fortran/Dockerfile.8.3

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
2424

2525
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 2
2626

27+
COPY ./service-defs /etc/backend.ai/service-defs
28+
2729
# Install ipython kernelspec
2830
RUN python3 -m ipykernel install --display-name "gFrotran 8.3 on Backend.AI" && \
2931
cat /usr/local/share/jupyter/kernels/python3/kernel.json
3032

31-
33+
# Backend.AI specifics
3234
LABEL ai.backend.kernelspec="1" \
3335
ai.backend.envs.corecount="OPENBLAS_NUM_THREADS,OMP_NUM_THREADS,NPROC" \
3436
ai.backend.features="batch query uid-match user-input" \
@@ -37,8 +39,7 @@ LABEL ai.backend.kernelspec="1" \
3739
ai.backend.base-distro="ubuntu16.04" \
3840
ai.backend.runtime-type="python" \
3941
ai.backend.runtime-path="/usr/bin/python3" \
40-
ai.backend.service-ports="jupyter:http:8080,jupyterlab:http:8090"
41-
COPY policy.yml /etc/backend.ai/jail/policy.yml
42+
ai.backend.service-ports="jupyter:http:8080,vscode:http:8180,jupyterlab:http:8090"
4243

4344
# vim: ft=dockerfile
4445

0 commit comments

Comments
 (0)