This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: docker build on linux
tags/0.1.0
TCL
2 years ago
parent
16fbd2b257
commit
e2f0251470
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dependency/Dockerfile/Dockerfile_run
+ 1
- 1
dependency/Dockerfile/Dockerfile_run
View File
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0.408-jammy-amd64 AS build
MAINTAINER eesast
WORKDIR /usr/local
COPY . .
RUN dotnet publish logic/Server/Server.csproj -c Release -o /usr/local/Server --self-contained true
RUN dotnet publish logic/Server/Server.csproj -c Release -o /usr/local/Server --self-contained true
-r linux-x64
FROM eesast/thuai6_base:base
MAINTAINER eesast
Write
Preview
Loading…
Cancel
Save