Skip to content

Commit ca98050

Browse files
committed
remove git from apk requirements
1 parent 99f3010 commit ca98050

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ notebook
2424
.vscode
2525
__main__.py
2626
jupyter_custom.js
27-
.eggs
27+
apk_requirements.txt
28+
.eggs

LNX-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ services:
8585
user: ${HOST_UID}:anaconda
8686
volumes:
8787
- .:/src
88-
- ./apk_requirements.txt:/tmp/apk_requirements.txt
8988
- /tmp/.X11-unix:/tmp/.X11-unix:rw
89+
# - ./apk_requirements.txt:/tmp/apk_requirements.txt
9090
# - ./notebooks:/home/dja/notebooks
9191
networks:
9292
main:

apk_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
make
2-
git
1+
make

0 commit comments

Comments
 (0)