J5Tsai commited on
Commit
a58e0a2
·
1 Parent(s): 81b7ea4
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -1,12 +1,11 @@
1
  # FROM oneflowinc/onediff:cu118
2
  FROM ubuntu:22.04
3
 
4
- ARG LIVE_XL_TAR=live_xl_rel_ubuntu-22.04_202403190840.tar
5
-
6
 
7
  EXPOSE 7860
8
 
9
- RUN apt-get update -y && apt-get install -y build-essential git curl wget tar \
10
  && apt-get clean && rm -f /var/lib/apt/lists/*_*
11
 
12
  # The Space container runs with user ID 1000
 
1
  # FROM oneflowinc/onediff:cu118
2
  FROM ubuntu:22.04
3
 
4
+ ARG LIVE_XL_TAR=live_xl_rel_ubuntu-22.04_202403190741.tar
 
5
 
6
  EXPOSE 7860
7
 
8
+ RUN apt-get update -y && apt-get install -y build-essential git curl wget tar python3 \
9
  && apt-get clean && rm -f /var/lib/apt/lists/*_*
10
 
11
  # The Space container runs with user ID 1000