Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit a0a4dfb

Browse files
authored
Merge pull request #57 from rapidsai/branch-0.6
[RELEASE] v0.6.1 frigate
2 parents d94b1f2 + ac3c650 commit a0a4dfb

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
requirements.lock
2+
simple-0.1.0.tgz
3+
4+
5+
6+
# Below are entries from Python.gitignore
7+
#
18
# Byte-compiled / optimized / DLL files
29
__pycache__/
310
*.py[cod]

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# also explicitly install frigate itself within this repo.
66
#
77
name: pre-commit-hook-environment
8+
channels:
9+
- conda-forge
810
dependencies:
911
- python
1012
- kubernetes-helm

frigate/tests/mockcharts/deps/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes
44
name: simple
55
version: 0.1.0
66
dependencies:
7-
- name: simple # The simple chart but packaged and already pulled
7+
- name: simple
88
version: "0.1.0"
9-
repository: 'https://example.com/frigate'
9+
repository: "file://../simple"
-2.88 KB
Binary file not shown.

0 commit comments

Comments
 (0)