File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 13
13
"tested" : true
14
14
},
15
15
{
16
- "version" : " 1.16.45 " ,
16
+ "version" : " 1.16.47 " ,
17
17
"tag" : " test" ,
18
18
"tested" : false
19
19
}
Original file line number Diff line number Diff line change 4
4
5
5
# Setup env vars about project we will connect to.
6
6
7
- # avoid possible confusion
8
- unset COCALC_PROJECT_ID
9
-
10
7
# Where to store logs
11
8
export LOGS=' /tmp/logs'
12
9
@@ -18,6 +15,7 @@ export API_SERVER=`cat /cocalc/conf/api_server`
18
15
19
16
# The project to connect to
20
17
export PROJECT_ID=` cat /cocalc/conf/project_id`
18
+ export COCALC_PROJECT_ID=` cat /cocalc/conf/project_id`
21
19
22
20
# The numerical id of the compute server
23
21
export COMPUTE_SERVER_ID=` cat /cocalc/conf/compute_server_id`
Original file line number Diff line number Diff line change @@ -11,11 +11,10 @@ USER root
11
11
RUN \
12
12
apt-get update \
13
13
&& DEBIAN_FRONTEND=noninteractive apt-get install -y unionfs-fuse lz4 \
14
- rsync bsdextrautils bzip2 unzip tar xz-utils \
14
+ rsync bsdextrautils bsdmainutils file bzip2 unzip tar xz-utils \
15
15
yapf3 file \
16
16
&& ln -s /usr/bin/yapf3 /usr/bin/yapf
17
17
18
18
USER user
19
19
CMD /cocalc/start-filesystem.sh
20
20
21
-
You can’t perform that action at this time.
0 commit comments