Skip to content

Commit 6bdf3a8

Browse files
committed
Remove CPU and memory configuration from DockerRepository for Docker setup
1 parent b2d53a4 commit 6bdf3a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/data/repository/docker_repository.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ export class DockerRepository {
5353
src: ['Dockerfile', 'requirements.txt', 'main.py'],
5454
}, {
5555
t: 'fastapi-app:latest',
56-
cpusetcpus: 4,
57-
memory: 16384,
58-
memswap: 16384,
5956
dockerfile: 'Dockerfile',
6057
buildargs: {},
6158
nocache: true

0 commit comments

Comments
 (0)