Skip to content

Commit aa87d16

Browse files
committed
Merge branch 'master' of github.com:lablup/backend.ai-kernels
2 parents 1a651f9 + d577fd8 commit aa87d16

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python/Dockerfile.3.10-ubuntu20.04

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ LABEL ai.backend.kernelspec="1" \
7575
ai.backend.service-ports="ipython:pty:3000,jupyter:http:8070,jupyterlab:http:8090"
7676
COPY policy.yml /etc/backend.ai/jail/policy.yml
7777

78+
WORKDIR /home/work
7879
# vim: ft=dockerfile

python/Dockerfile.3.8-conda

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN apt-get update -y && \
1111
apt-get install -y --no-install-recommends \
1212
software-properties-common wget curl && \
1313
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
14-
# add-apt-repository -y ppa:bashtop-monitor/bashtop
1514
apt-get update && \
1615
apt-get install -y --no-install-recommends \
1716
ca-certificates \

0 commit comments

Comments
 (0)