Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
d5014a3
1
Parent(s):
719ecfd
[refactor] minor updates to .gitignore, Dockerfile
Browse files- .gitignore +1 -0
- Dockerfile +1 -1
.gitignore
CHANGED
@@ -5,6 +5,7 @@ runs/
|
|
5 |
flagged/Input Image/**/*
|
6 |
flagged/log.csv
|
7 |
.DS_Store
|
|
|
8 |
|
9 |
### JetBrains ###
|
10 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
|
|
5 |
flagged/Input Image/**/*
|
6 |
flagged/log.csv
|
7 |
.DS_Store
|
8 |
+
tmp
|
9 |
|
10 |
### JetBrains ###
|
11 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN apt update && apt upgrade -y && apt install --no-install-recommends -y \
|
|
25 |
git \
|
26 |
ffmpeg \
|
27 |
curl \
|
28 |
-
&& apt
|
29 |
|
30 |
RUN which python3
|
31 |
RUN python3 --version
|
|
|
25 |
git \
|
26 |
ffmpeg \
|
27 |
curl \
|
28 |
+
&& apt clean && rm -rf /var/lib/apt/lists/*
|
29 |
|
30 |
RUN which python3
|
31 |
RUN python3 --version
|